Okay, so I'm trying to implement the SSI help I got here about a month ago on my personal page in order to make changes to the menu easier. I've run into a problem.
I use this code:
<!--#include file="menu.html" -->
That works fine as long as the file is in the same directory.
So I tried this code for pages a level further down:
<!--#include file="../menu.html" -->
That produces
this result.
I really don't want to take out all my directories because I need to be organized. And I can't make a menu.html file in each of those directories because that would defeat the purpose of this whole exercise.
What should I do?