Forum Moderators: open
i cant get this to work, and im almost sure my server supports SSI
<!--#include virutal="menu.html"-->
which i tried in my index.html, but is not working..
i also tried
<!--#include file="menu.html"-->
my menu.html page is only:
<div id="menu-wrap">
<ul id="menu">
<li><a href="#">home</a></li>
<li><a href="#">register</a></li>
<li><a href="#">routes</a></li>
<li><a href="#">sponsors</a></li>
<li><a href="#">support</a></li>
<li><a href="#">volunteers</a></li>
</ul>
</div>
am i missing something?
As for the specifics on how to configure, it will depend on your web server.