使用mod_rewrite将特定子域重定向到.htaccess中的https

时间:2017-02-28 18:12:24

标签: apache .htaccess redirect mod-rewrite

我尝试从TEST环境开始在我的服务器上测试SSL。规则似乎适用于我的本地,但是当我提交到我的测试服务器时,我得到了#34;太多的重定向"错误。

以下是我的相关重写条件/规则:

Selenium

目标是将www.test.mysite.com和test.mysite.com发送至https://www.test.mysite.com

1 个答案:

答案 0 :(得分:0)

我已取消评论该行:

RewriteCond %{HTTP_HOST} ^(.+)\.test\.mysite\.com$ [NC]

它似乎现在在私人浏览器中工作。这会使www行不必要吗?

RewriteCond %{HTTP_HOST} ^www\.test\.mysite\.com$ [NC]