|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2005
23 posts
Gave thanks: 0
Thanked 0 times
|
Server Side Includes
I use server side includes for my sidebar. When I use
<!-- # include file="side.html" --> in the cgi file for my site search (in other words the script outputs HTML results and I want it to match the rest of my site) it just comes up blank, instead of including the file. Is there a different way youre supposed to call the file since its being used in cgi? Hope this makes senese. Thanks. |
|
|
|
|
|
#2 (permalink) | ||
|
*buntu - Sweeet!
Super #1
Joined in Mar 2004
Lives in Missouri
1,249 posts
Gave thanks: 10
Thanked 8 times
|
Quote:
This is just a guess, but try fully qualifying the path to your include file. It could be that it can't find it since it's actually being run from cgi. Try replacing "side.html" with "www.mydomain/path-to/side.html". It's worth a try. ![]() John
__________________
servers: dedi - petra1.petrahosting.net, petra2.petrahosting.net Homepage: fernau.us (on petra1) Failure is not an option. It comes standard with all Microsoft products. Quote:
|
||
|
|
|