|
In the root of my site I have a site that goes 3 levels deep. Simply because I can group files better. I'm using ASP to connect to databases, and to work the includes. The includes are a 'template' if you like, for the top banner and stuff, and just help me to save time if I'm updating a menu, colour or whatever.
The includes work fine on the first level, but as soon as I go down to the second level the web page says it can't find the includes.
The includes are as a file rather than virtual and are relative to the document. I've tried relative to root and even less success!
It works fine on the local machine, but refuses to work at all on the server.
Does anyone know where I'm going wrong?
|