[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] php3 files extension on RAQ4
- Subject: Re: [cobalt-developers] php3 files extension on RAQ4
- From: Sean Pecor <sean@xxxxxxxxxxxxxxxxxx>
- Date: Thu Jan 4 06:22:01 2001
- Organization: Digital Spinner, Inc.
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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