richiebman
06-05-2004, 09:01 AM
I have converted my site to have .shtml extension and use includes all over the place. But I still haven't worked out how to call an include file that would require the browser to navigate back UP the directory tree. I tell a lie. I can do it on IIS, but when I upload it to my webspace it says the include file is not found.
In IIS this works:
<!--#include file="../includes/file.shtm"-->
putting the ../ enables this, like with regular html directory tree navigation.
But this doesn't doesn't work on an Apache web server.
Anything to do with
<!--#include vitual=".......etc???
Cheers,
R
In IIS this works:
<!--#include file="../includes/file.shtm"-->
putting the ../ enables this, like with regular html directory tree navigation.
But this doesn't doesn't work on an Apache web server.
Anything to do with
<!--#include vitual=".......etc???
Cheers,
R