In order to parse .shtml files as Server Side Includes (SSI), create a .htaccess file in your public directory and add the following:
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
In order to parse .shtml files as Server Side Includes (SSI), create a .htaccess file in your public directory and add the following:
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
Comments
0 comments
Article is closed for comments.