Forum Moderators: phranque
To be more specific, when a user clicks on the NEWS link, the address bar shows:
[example.com...]
I would like it to show:
[example2.com...]
At a minimum I would like the domain rewritten to show example2.com.
How can I do this? Thanks a million!
Phil
[edited by: jdMorgan at 6:33 pm (utc) on Aug. 24, 2004]
[edit reason] No specific URLs per TOS. Thanks [/edit]
If it is done with a 301 or 302 redirect, then mod_rewrite can't help you. (Test with the WebmasterWorld server headers checker [webmasterworld.com]).
If you have simply pointed both domains to the same IP address via DNS, then you can use mod_rewrite.
If the domains are hosted on separate servers, then you'll need to use mod_proxy.
Jim
Thanks for the help.
Phil
Jim