4 Jan
1999
4 Jan
'99
6:19 p.m.
Magnus wrote:
This is no problem in itself -- the problem is that I want the index_html in my top directory to be *different* from this. Can I do this without copying the above definition into every index_html at level 2? (I was hoping they could get it from the main directory somehow... Hm.)
Try using an <!--#if--> to look at the PATH_INFO (or URL0, or the other location variables) and see if you are in the top folder. If you are, do something different. --Paul