www到非www重定向无法使用apache配置或htaccess工作

时间:2015-08-15 18:52:48

标签: apache .htaccess mod-rewrite

我已将以下行放在我的apache配置和.htaccess中,但这两种方法都没有重定向到非www网址。我需要www url根据SSL证书的注册方式转到非www网址。

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [NC]
RewriteRule ^(.*)$ https://mydomain/$1 [L,R=301]

0 个答案:

没有答案