如何在.htaccess中强制执行https和www

时间:2016-04-19 17:24:49

标签: 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]

如果我的代码遗漏了任何内容,请告诉我。

0 个答案:

没有答案