Turning on Server Side Includes on my ISP’s Apache server turned out to be HTML quite easy. All I needed to do was add the following lines to the .htaccess file in the directory where the pages reside:
Options +Includes AddOutputFilter INCLUDES .html
The first line turns on Server Side Includes. The second line maps the .html filename extension to the INCLUDES filter which will process the files.Watch Full Movie Online Streaming Online and Download
Now I can run my test HTML page with the include on my web SSI host.
References:
http://httpd.apache.org/docs/2.0/howto/ssi.html