Revision: 41865
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 24, 2011 03:30 by batfan
Initial Code
<rewrite>
<rule name="pageRedirect1" stopProcessing="true">
<match url="^old-page\.html" ignoreCase="false" />
<action type="Redirect" redirectType="Permanent" url="http://www.domain.com/new-page.aspx" />
</rule>
</rewrite>
Initial URL
Initial Description
Place between the system.webServer tags. Use '(.*)' for variables.
Initial Title
web.config Page Specific Redirect
Initial Tags
Initial Language
ASP