URLs containing +

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 92
Joined: 01 Dec 2012, 14:22

URLs containing +

22 Apr 2014, 16:18

We've had a spate of bad links where someone has appended a + to a variety of URLs

(e.g. index.html+) which were throwing up 401s.

I added in this rule:


#Get rid of erroneous html+ extensions
RewriteRule (.*)\.html\+ $1.html [NC,R=301,L]

But this did nothing. Until I found an old posting, that mentioned double-escaping.

In IIS7, you need to allow double escaping, and now it works. :)

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: URLs containing +

22 Apr 2014, 22:41

ChickPea... you're doing a great job educating the community. Thank you!

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 0 guests