in reply to load a script at one location BUT the browser thinks im somewhere else.
mod_proxy may be what you are looking for, but that may be overkill.
If I correctly understand what you want to do, you could have users request documents from http://www.myothersite.com/helloworld.html? and use Apache's ScriptAlias directive to execute /cgi/myscript.cgi. This has worked for me in the past, allowing two host names to map to one script. It also allows for testing of the host name (using CGI.pm's url() method) to provide slightly different/tailored output depending on the host requested.
|
|---|