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.