|
hello I am using a virtual include, I would like to use a direct address on it for use with subdomains, however whenever I use the http:// part it wont work. It works using:
<!--#include virtual="/includes/footer.shtml"-->
I would like to do it like this: <!--#include virtual="http://www.site.com/includes/footer.shtml"-->
The main page I am including it in is shtml, are you not allowed to use an absolute address like this?
|