Major problem with inclues files....
I cannot seem to get my include files to work when runnin on the server.
If I view it like: U:\index.htm then I can see then the include file works
but if I view it like this Http://myserver/index.htm then the include file
dosent show up.
Here is my statment...
<!--#include file="test.html"-->
Re: Major problem with inclues files....
Try renaming the file from index.htm to index.shtm - you need to name the
file appropriately, otherwise the webserver doesn't know that it should
process server-side includes.
"Corey" <charbaugh@bma.com> wrote in message
news:3e0b325e$1@tnews.web.devx.com...
>
> I cannot seem to get my include files to work when runnin on the server.
> If I view it like: U:\index.htm then I can see then the include file works
> but if I view it like this Http://myserver/index.htm then the include file
> dosent show up.
>
> Here is my statment...
>
> <!--#include file="test.html"-->
>
>