Forum Moderators: phranque
I have an address, www.x.com say, that redirects to a folder at another address I have, www.y.com/folder1/ . Is there anyway to change the URL in the address bar on www.y.com/folder1 when it loads so it shows up as www.x.com? If so, how do I do it? I don't need to use mod_rewrite if there's some obscure PHP or JS solution I don't know about, but I'm much too inexperienced with mod_rewrite to be able to address this without help. Can anyone tell me how to do it? Thanks.
Otherwise, the URL of a resource is the URL of that resource -- You can redirect it or proxy it, but you cannot change it.
Jim
This is not a trivial undertaking, so spend a day or so reviewing mod_proxy and the tutorials on the Apache site before deciding if you really want to get into this. If you have problems, you may need to hire $pecialized help. So decide up-front if it's worth it.
Jim