How to turn on SSI for all pages

Normally only pages with shtml extension are processed for SSI calls.

Add the following to httpd.conf of the server and restart apache.

AddType text/html .shtml

AddHandler server-parsed .shtml

You should be all set now.

Leave a Comment