
April 28th, 2000, 05:19 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
>>f the page has PHP code in it, it needs to have the .php3 extension on it.
Not really.
You can even have both:
AddType application/x-httpd-php3 .php3 .htm .html
AddType application/x-httpd-php .php .php4 .html .htm
trollhunter, if most of your html documents are php and its extension is html, you should also give it a higher priority by putting it first..
DirectoryIndex index.html index.htm index.php index.php4
Putting this DirectoryIndex in .htaccess file in particular directory will override server httpd.conf file.
|