用.htaccess重定向如何绑定正确?

时间:2017-03-04 10:46:36

标签: .htaccess redirect web

您好我有下一个htaccess代码:

RewriteEngine on
RewriteCond %{HTTPS} =off 
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

但问题是,当我打开https://www.somesite.com时,它不会重定向到https://somesite.com。我怎样才能摆脱这个“www”?

0 个答案:

没有答案