Posts
 
Reputation
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.55K
~893 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for foreba

<rewrite> <rules> <rule name="block favicon" stopProcessing="true"> <match url="favicon\.ico" ></match> <action type="CustomResponse" statusCode="404" subStatusCode="1" statusReason="The requested file favicon.ico was not found" statusDescription="The requested file favicon.ico was not found" ></action> </rule> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^(.*)$" ignoreCase="false" ></match> <conditions> <add input="{HTTP_HOST}" pattern="^mvc3$" ></add> </conditions> <action type="Redirect" redirectType="Permanent" url="http://localhost/LandlordApp/{R:1}" ></action> </rule> …

Member Avatar for marwankhoueiry
0
893

The End.