I wonder how to do specific redirection based on the scenario below?
When people open this url at browser http://www.test.com/gotogoogle it will redirect them to http://www.google.com.
|
I wonder how to do specific redirection based on the scenario below? When people open this url at browser |
||||
|
|
|
You can achieve this with URL Rewrite module. The rule will be (content of web.config from website root folder):
If you already have web,config, then add appropriate fragment only. |
|||
|
|
|
You could use a RewriteMap in the IIS7 URL Rewrite module to achieve this.. http://learn.iis.net/page.aspx/469/using-rewrite-maps-in-url-rewrite-module/ |
|||
|
|