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

Re: [cobalt-users] PHP on RAQ3



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