Enable SSI via .htaccess

To enable SSI - either create or edit the file called .htaccess and place the following code in it:

 

AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes

  • 0 Users Found This Useful
Was this answer helpful?