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 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?