Monday, July 28, 2014

Url Rewrite: Check Request URL Best Practice


Append or Remove the Trailing Slash Symbol



Enforce Lowercase URLs


Checking If a Request Is for a File or a Directory

Using String Functions with Rule Actions and Conditions


Add a note hereURL Rewrite offers three string functions that can be used with the rule actions and conditions:

·         Add a note hereToLower — Returns the string as lowercase.

·         Add a note hereUrlEncode — Returns the string as a URL-encoded format.

·         Add a note hereUrlDecode — Returns the string as a decoded string.

No comments :