View Single Post
Old 2009-05-11, 11:23 AM   #1
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
htaccess AddType question

I want to add this to my htaccess:

AddType application/x-httpd-php .htm .html

to be able to use php includes without changing my page extensions. I already have this in there:

AddType text/html .shtml
AddHandler server-parsed .shtml .html

at the top, before all of my rewrite stuff.

so can I have both in there or is there something I can add to what's already there?

thanks for any help!
ponygirl is offline   Reply With Quote