Forum Moderators: mack
For example, I would like [mystie.com...] to be either hidden or displayed as [somethingelse.com...]
Is this possible? And if so, how can I go about this?
Many thanks
If anyone takes the time to create one of these, I hope you'll send a sticky with the URL.
I guess all you have to do is take a screen shot, cut out what you need in photoshop, and open the new window with javascript. I forget though...
...What's the javascript to open a new window with no toolbars?
Otoh, it'd be fun to try, especially with maps and some scripting... Here's waiting for next April 1st... 8-)
Quote from [httpd.apache.org...] :
Suppose the local server has address [wibble.org...] thenProxyPass /mirror/foo/ [foo.com...]
ProxyPassReverse /mirror/foo/ [foo.com...]
will not only cause a local request for the <http://wibble.org/mirror/foo/bar> to be internally converted into a proxy request to <http://foo.com/bar> (the functionality ProxyPass provides here). It also takes care of redirects the server foo.com sends: when [foo.com...] is redirected by him to [foo.com...] Apache adjusts this to [wibble.org...] before forwarding the HTTP redirect response to the client.
Very tired, can't get my head round this at the moment but think it would work. Maybe.
Zzzzz.
Stretch
My first encounter with it was when a domain was transferred away from one of our servers. The new host asked me to setup a host header of temp.example.com and they used this in the reverse proxy on their server. Once they knew the DNS changes had completed propagating through the internet they removed the proxy setting, ensuring the site was always current whether a browser landed on our server or theirs.
I use it to serve pages from development boxes on my office network which has only one external IP. In this way I can develop sites on boxes that match the ultimate hosting environment but only have a local IP. I then use reverse proxy to pull the site from the development box and serve them over the internet.
Hardly worth mentioning as scribblers obviously lost interest but it might be useful information to someone :)
Cheers
Stretch