Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.79K
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Linux and Unix x 1
Favorite Tags
1 Posted Topic
<rewrite> <rules> <rule name="test" patternSyntax="Wildcard"> <match url="*" negate="false" /> <conditions> <add input="{URL}" pattern="*/abc*" /> </conditions> <action type="Rewrite" url="http://testappreg.azurewebsites.net" /> </rule> <rule name="test2" patternSyntax="Wildcard"> <match url="*" negate="false" /> <conditions> <add input="{HTTP_REFERER}" pattern="*abc*" /> </conditions> <action type="Rewrite" url="http://testappreg.azurewebsites.net/{R:1}" /> </rule> </rules> </rewrite>
The End.