in reply to OT: Using global SSIs
I may be off on this a little, but from what I remember from way back, the path you use for the 'virtual' clause should be from the server root, not an absolute path on your filesystem. This doesn't explain why it would work in the server root but not in a subdirectory, but maybe I'm right anyway. Try one of these (it should be the first one if chat.cgi is in the server root as you say it is):
# try this one first <!--#include virtual="/chat.cgi"--> # if that doesn't work, maybe this: <!--#include virtual="/cgi/chat.cgi"-->
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: OT: Using global SSIs
by Anonymous Monk on Jan 14, 2005 at 06:27 UTC | |
by Joost (Canon) on Jan 14, 2005 at 11:32 UTC | |
by radiantmatrix (Parson) on Jan 14, 2005 at 17:02 UTC |