Home › Forums › IIS 5.x & 6.0 › General › how to have one website forward EVERYTHING, params too, to another
Previous Next
Last post 05-12-2008 8:55 AM by tomkmvp. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
that is, I have an iis 6 web site called:
www.myweb.com
and I want reqeusts from there to go to
www.mynewweb.com
That includes params. such as
http://www.myweb.com/page.aspx?id=1
should go to
http://www.mynewweb.com/page.aspx?id=1
thanks,
Easiest methood is to use a CNAME DNS record pointing to the new address for the old name.
Jeff
If you want the browser's address to actually change then use the redirect variables ...http://support.microsoft.com/kb/324000