There's no reason why you shouldn't be able to. An ssi call uses the server path to the file, not the web path. Domains aren't an issue one way or the other.
"Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
--H.L. Mencken
Originally posted by NetRodent There's no reason why you shouldn't be able to. An ssi call uses the server path to the file, not the web path. Domains aren't an issue one way or the other.
I got an
[an error occurred while processing this directive]
file
The value is a path relative to the directory containing the current document being parsed. It cannot contain ../, nor can it be an absolute path. Therefore, you cannot include files that are outside of the document root, or above the current document in the directory structure. The virtual attribute should always be used in preference to this one.
Comment