-
Posted to
IIS7 - URL Rewrite Module
by
johnvier
on
06-23-2009, 3:42 PM
Hi Ruslany,
It seems I figured it out, I just used the console interface to enter mapping entries so it actually created the rewritemaps and now redirects properly. That was enough to properly redirect. So the plus sign was not an issue as you said. It is now just a matter of adding the old and new urls. thanks again for your help
jw
-
Posted to
IIS7 - URL Rewrite Module
by
johnvier
on
06-23-2009, 12:20 PM
Hi Ruslany,
thanks very much for your quick reply. Maybe my conditions were wrong, they were inspired from:
http://blogs.iis.net/carlosag/archive/2008/09/02/iis-7-0-and-url-rewrite-make-your-web-site-seo.aspx
Here's what I was using:
<rule name="Redirect Old Files and Broken ...
-
Posted to
IIS7 - URL Rewrite Module
by
johnvier
on
06-20-2009, 8:37 PM
Hi,
I need to redirect old pages that are constructed with the "+" sign, e.g. my+page+name.aspx
I've enabled the double escape but it seems the URL rewrite does not work with this symbol. I've noted another post reporting the same issue with the symbol :
Is there any workaround?
thanks