Hi super,
someone from our support team will provide you with more details regarding url rewriting rules, but in meanwile you can enable url rewriting rule as per your choice and it will work without "/" at the end:
old:
<rewrite url="^(.*)/profile/(.*)/(\?(.+))?$" to="$1${SocialNetworkingFolder}UserProfile.aspx?UserName=$2&$4" name="Profile" urlPattern="/profile/{UserNameUrlEncoded}/"/>
new:
<rewrite url="^(.*)/profile/(.*)/?(\?(.+))?$" to="$1${SocialNetworkingFolder}UserProfile.aspx?UserName=$2&$4" name="Profile" urlPattern="/profile/{UserNameUrlEncoded}/"/>
This is an example for user profile url rewriting.
Regards.
This content has not been rated yet.
2094
Reputation
272
Total posts