标签: .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”?