I'm having trouble getting SSI to work. So far I've just made a small test index page, with an include to a shtml file. The content of the index.html is...
and the content of the footer.shtml file is...
Both files are in the same directory. Is SSI enable through the free hosting or did I do something wrong here? Thanks
<html>
<head>
</head>
<body>
<h1>Hello World!</h1>
<br>
<!--#include file="footer.shtml" -->
</body>
</html>
and the content of the footer.shtml file is...
this is the footer
Both files are in the same directory. Is SSI enable through the free hosting or did I do something wrong here? Thanks