gpt4 book ai didi

url-rewriting - UrlRewrite 通过 appcmd

转载 作者:行者123 更新时间:2023-12-05 08:34:50 28 4
gpt4 key购买 nike

我想使用 appcmd 创建 urlrewrite url 以重定向来自

的所有请求

http://

https://

我尝试用谷歌搜索但没有找到。你能给我一些基本的例子吗?

最佳答案

让它与这个一起工作:

appcmd.exe set config -section:system.webServer/rewrite/rules /+"[name='http_redirect',enabled='True']" /commit:apphost

appcmd.exe set config -section:system.webServer/rewrite/rules.[name='http_redirect'] /match.url:"(.*)" /match.ignoreCase:true /commit:apphost

appcmd.exe set config -section:system.webServer/rewrite/rules.[name='http_redirect'].conditions/add /+"[input='{HTTPS}',pattern='off']" /commit:apphost

appcmd.exe set config -section:system.webServer/rewrite/rules.[name='http_redirect'].action /+"[type='Redirect',url='https://{HOST_NAME}/{R:1}',redirectType='Found']" /commit:apphost

link可以帮助构建 appcmd 脚本。

关于url-rewriting - UrlRewrite 通过 appcmd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19091661/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com