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 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?