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

RE: [cobalt-users] PHP on RAQ3



> 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.

There's a line in either httpd.conf or srm.com, can't remember which,
in /etc/httpd/conf/

That will read 

AddType application/x-httpd-php3 .php3
Copy this line and change .php3 to .php to recognize both, or simply
delete the 3  off the end to change it.

You'll need to restart apache afterwards.

Clark E. Morgan