如何使用正则表达式在 IIS 中重写 URL
How to rewrite URL in IIS using regex
我有 IIS,想配置 URL 重写。
我如何重写任何类型的 URL,例如:
http://anydomain.com/subfolder/page.html
到
http://anydomain.com/mysubfolder/subfolder/page.html
所以我只需要在主机名后的 URL 中添加一个子文件夹名称即可。
我有 IIS,想配置 URL 重写。 我如何重写任何类型的 URL,例如:
http://anydomain.com/subfolder/page.html
到
http://anydomain.com/mysubfolder/subfolder/page.html
所以我只需要在主机名后的 URL 中添加一个子文件夹名称即可。