Configure Apache Server for SSI (Server Side Include) – .shtml files
Edit the httpd.conf file residing in <Apache Installation location>/conf folder, and add a directive for SSI include. Add the code below in httpd.conf file with correct directory path <Directory C:Apache2.2htdocsinclude> Options +Includes AddType text/html .shtml AddHandler server-parsed .shtml </Directory> All files in the C:Apache2.2htdocsinclude directory that contain a .shtml extension get parsed by Apache before … [Read more…]