Does anyone know how to use SSI to get data from a file in a parent (or above) directory? All of the SSI information I can find says , where as I need to link to a file above the file that is calling it.
Example:
http://mysite contains include.asp
http://mysite/mydir contains includer.asp
includer.asp ::
'Obviously this does not work
Any ideas? Thanks in advance.