Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个规则设置将所有流量从 http 重定向到 https
我怎样才能将http://www重定向到 https://?据我所知,{host} 变量包含 www,我无法删除它。
事实上,这很简单 ,而不是在你的规则中写下{host}你的网站名称。 因此,例如,它将如下所示: https://example.com:443/#{path}?#{query}
{host}
https://example.com:443/#{path}?#{query}