Click here to Skip to main content
15,888,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
page redirect to "http://www.abx.com/blog/?p=363" another page "http://www.abc.com"
changes in webconfig file

What I have tried:

<rule name="p=363 Redirect" stopProcessing="true">
<match url="^(.*\/)*http://www.abc.com/blog/?p=363$" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_METHOD}" negate="true" pattern="^POST$" />

<action type="Redirect" url="http://www.abc.com" redirectType="Permanent" />
Posted
Updated 25-Jun-18 22:07pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900