I believe I need to change settings so that html is processed the same as shtml, but I can't figure out where those configurations are.
Sorry for the newbie question.
I believe I need to change settings so that html is processed the same as shtml, but I can't figure out where those configurations are.
Sorry for the newbie question.
Add the following line into your .htaccess file (create it if you don't already have one)
Code:AddHandler server-parsed .html
Worked like a charm. Thank you.![]()