[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP on RAQ3
- Subject: Re: [cobalt-users] PHP on RAQ3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu May 17 02:05:50 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Imme Networks Administration <admin@xxxxxxxxxxx> wrote
<snip>
> I got a RAQ3 that will only recognize .php3 extensions,
and not .php - My
> question is how do I fix this so that it will get the .php
to work. I
> appreciate all you help, and thank you in advance.
>
In httpd.conf
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
Gerald