Server Side Includes (SSI)
Make sure Options +Includes is ON and AddOutputFilter is ON for your filetype (.shtml)Options +Includes AddType text/html html shtml AddHandler server-parsed html shtml
<html> <head> head </head> <body> body <!--#include file="ssinc.html" --> <!--#include virtual="../ssinc.html" --> </body> </html>
REFERRERS
Apache