[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: "Clark E. Morgan" <prlhkr@xxxxxxxxxxxxx>
- Date: Thu May 17 01:27:31 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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