标签: apache .htaccess redirect web https
我正在尝试为我的域强制执行https和www,但它并不适用于所有情况。
RewriteCond %{ENV:HTTPS} !=On [OR] RewriteCond %{HTTP_HOST} !^(www\.)(.*) [NC] RewriteRule (.*) https://www.example.com$1 [R=301,L]
如果我的代码遗漏了任何内容,请告诉我。