Forum Moderators: coopster
AddType text/html .shtml .shtm .htm .html
AddHandler server-parsed .shtml .shtm .htm .html
NOW, there are some pages that have PHP inside the HTML code. And I have read about using htaccess to parse php inside html pages using THIS code:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
Well.....they don't work together well. Errors come up. I really don't know what the code means....I know what it DOES, but not what it means.
SO, is there a way to COMBINE these two? So that I can use SSI on .html pages and also parse PHP inside the .html pages?
Help would be MORE than appreciated....