Hello, I would like to find out how could I include file http:/www.test.com/test.html from a subdomain sub.test.com. I have tried "include file" and "include virtual" but it doesn't works. Is there any way to use relatice links with subdomains ?
subdomains are normally treated as a completely separate entity from the domain, so you would need to use an absolute path for the include.
The problem is that SSI includes don't work with full absolute path, so I doesn't work if I say <!--#include virtual="http://www.test.com/test.html" -->