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

Re: [cobalt-developers] php3 files extension on RAQ4



On Thursday 04 January 2001 05:53, you wrote:
> On the Raq4 how is it possible to allow php3 file extension
> without modifying manually the httpd.conf file for every virtual sites.

Place these outside of the virtualhost directives, and they will be global 
settings:

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3

Remove all others AddTypes for php. You could have a x-httpd-php3 declaration 
(the old style) somewhere that is screwing up PHP4. 

Sean.

-- 
Digital Spinner, Inc.
802.948.2020
sean@xxxxxxxxxxxxxxxxxx