Forum Moderators: mack
Learn more here: [apacheweek.com...]
[httpd.apache.org...]
Add:
AddHandler server-parsed .html
in your .htaccess file and they'll all be parsed as a server side include.
When using addhandler, remember to make sure you only try to parse one lang/protocol for each extension. I have seen people try to get ssi and php both parsed for the .html extension, makes one heck of a mess. I use
.shtml // for ssi
.html // for php
.htm // for plain vanilla html