IIS7 URL Rewriting Module Replace

前端 未结 5 658
再見小時候
再見小時候 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 04:12

    You can write Custom Rewrite Provider to do any manipulation you want with the original url. But that involves more than regular expression only. More details here.

提交回复
热议问题