How to turn on SSI for all pages
April 13th, 2006Normally only pages with shtml extension are processed for SSI calls.
Add the following to httpd.conf of the server:
AddType text/html .shtml
AddHandler server-parsed .shtml
You should be all set now.







Tech Blog