View Single Post
  #1 (permalink)  
Old Mar 30th, 2006, 02:52
Cyroxos Cyroxos is offline
New Member
Join Date: Mar 2006
Age: 89
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation SSI and absolute file paths

Good day. I primarily use server side includes on my server and have run into a problem. I have a shtml file in "/images/files/wallpaper/files/" that needs to include a html file in the root dir. What can I do if I cannot use absolute paths "../../../"?
I have tried to use
Code: Select all
<!--#include file="http://www.cyroxos.net/main.html" -->
and "include virtual=" with no success.

Thank you.
Reply With Quote