IIS7 URL Rewriting Module Replace

前端 未结 5 663
再見小時候
再見小時候 2020-12-07 03:33

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

5条回答
  •  一向
    一向 (楼主)
    2020-12-07 03:51

    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]
    

提交回复
热议问题