: Masking a redirection in IIS7 My tools: IIS7 1 x Windows 2008 Server IIS URL Rewrite Module 2 (installed) My requirement: Mask the redirection of www.bob.com to www.abc.com/bob/index.html - the
My tools:
IIS7
1 x Windows 2008 Server
IIS URL Rewrite Module 2 (installed)
My requirement:
Mask the redirection of bob.com to abc.com/bob/index.html - the end user should not see the abc.com The user should then be able to browse the website as normal.
I have found references to installing AAR, however this seems to be more for load balancing etc.? Then others have said use a 3rd party tool etc.
More posts by @Hamm4606531
2 Comments
Sorted by latest first Latest Oldest Best
For IIS7 you will indeed need AAR. There are 3rd party modules available that can do what you need as well such as Helicon Ape: www.helicontech.com/ape/
Using AAR: blogs.msdn.com/b/carlosag/archive/2010/04/02/setting-up-a-reverse-proxy-using-iis-url-rewrite-and-arr.aspx
You'll be reverse proxying requests for www.bob.com/ to www.abc.com/bob/
In Apache, with the correct modules loaded, it can be done as:
RewriteCond %{HTTP_HOST} ^www.bob.com [NC]
RewriteRule (.*) www.abc.com/bob [P,L]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.