Forum Moderators: open
this scripts works fine when i test it with my testing server (uniform server) on localhost, but when i uploaded the files on my site domain.com ;it doesnt load external page.
is this a problem related to my website's server configuration or script implementation problem.
please help me.
thanks.
[msdn.microsoft.com...]
I shudder to think how it could be abused if not for this feature.
All three of the external files in the DTMLGoodies example are local to the including file.
In any case, this is an issue that has affected me. I have had to redesign my sites to accommodate this. Sorry I forgot about it.
Basically, you can't get there from here.
The way you solve this is to use a PHP file as a "router." You HTTPRequest to the file, then it does a URI include to the external site.