Freepages-Help-L Archives
Archiver > Freepages-Help > 2000-03 > 0952962392
From: Jim Keebaugh <>
Subject: Re: [FreeHelp] Server Side Includes on freepages?
Date: Mon, 13 Mar 2000 07:46:32 -0800
>I have used server side includes on my free pages before, but today I
>uploaded some pages to genealogy_html and the include does not happen. This
>http://freepages.genealogy.rootsweb.com/~powell/link.html is one of the
>files that the include command does not work, and yet in other files in the
>directory, the include does work. What could be wrong here?
Try changing the extension on your file names to .shtml. This tells the
server to look for commands in the file. If the extension is .html, the
server just sends it out without looking at it, which seems to be happening
in your case.
Also, when using #include file=[path][filename], remember that you are
required to use the exact path from the location of the current file to the
included file. You can't use ../ to back up to a higher level. I find it
easier to use #include virtual=/[path][filename], as this always uses the
path from your root directory.
Hope this helps.
Regards
Jim
This thread:
| Re: [FreeHelp] Server Side Includes on freepages? by Jim Keebaugh <> |