I had to recently redirect a renamed site in IIS.
IIS provides some easy to use options to configure this. However what I found was that it would lose the query string part of the url.
However I have found that to keep the URL you set a URL permanent redirection to an exact URL, but include $S$Q on the end of the URL string.
i.e. http://siteurl$S$Q
This will redirect to the exact siteURL but append the complete query string.
Cheers
No comments:
Post a Comment