I really like the IIS7 URL rewriting module and so far, it worked great for me.
There is one thing that I\'m not sure how to do: I would like to permanently redirec
The same may be achieved in one rule with ISAPI_Rewrite 3 or Helicon Ape for any number of %20s:
RewriteBase / RewriteRule ^(.*)%20(.*)$ $1-$2 [LP,R=301,L]