Url Redirections Process made Easy – Part I

Hi All,

Everybody is aware of url redirection process of IIS.

Create DNS record  & a site redirect but that approach will clutter your IIS if you get these requests very often, Like we get.

So we have researched & revised our procedure that I am sharing in this Post.

Install URL rewrite utility on IIS

download from Microsoft

After that we just have to create rules as below, offcourse DNS entry is needed.

a)    Open IIS Manager

b)    Click on Url rewrite Module

c)     Click Add rule & Add Blank Rule

d)    In the Name Field:-

Redirect–Name of REdirect

 e)    In conditions use the following example

 f)     In action use the following example & type redirection url followed by {R:0}

g)    Apply the Rule & Test it.

You can create multiple rules for different redirects without much hassle.

 

Thanks

Sukhija Vikaxs

Advertisement

2 thoughts on “Url Redirections Process made Easy – Part I

  1. Pingback: Url Redirection by wildcard Regular Expression – Part II | Microsoft Technologies Blog

  2. Pingback: Url Redirection by wildcard Regular Expression – Part II | Tech Wizard

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s