Forum Moderators: phranque
Thank you
Google: [google.com...]
I'm not too clued in on this, but other members will be able to fill you in on the details. There's also some good tutorials in the search.
AddHandler php-script .php .htm .html
AddType text/html .php .htm .html
This will tell the server to treat all .html pages as if they were .php. This will save you a load of time since you will not have to go through and change all the file names.
coho75
Your help is appreciated.!
AddType application/x-httpd-php htm
AddType application/x-httpd-php html
That should do the trick. Sorry I didn't get back to you sooner. Hope that this helps.
coho75