[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] php3 files extension on RAQ4



Hi,

On the Raq4 how is it possible to allow php3 file extension
without modifying manually the httpd.conf file for every virtual sites. 

In fact if you add a Virtual Site with PHP enable you will have those lines
in httpd.conf 
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4

If you add in srm.conf this line for php3 extension and try to execute
test.php3 
you are asked to download the file.
AddType application/x-httpd-php .php3

If you add the same lines in httpd.conf  for this virtual site it works
properly. 

Thanks for your help