[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] php3 files extension on RAQ4
- Subject: [cobalt-developers] php3 files extension on RAQ4
- From: DESPUJOLS Benoit <benoit.despujols@xxxxxxxxxx>
- Date: Thu Jan 4 14:08:42 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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