I have the following .htaccess file:
AddHandler server-parsed .html AddHandler server-parsed .htm
What does that actually mean? What do I need to add if I want to run html files as php?
Thanks,
Jon
is google broken? oh no wait..
http://www.webmasterworld.com/php/3127670.htm
just kidding 😉 but really it took me 2 minutes to find that. But as they said in that thread, parsing HTML files as php will make your server work harder if you have true HTML files on your site.