我正在使用带有 SSL 的 Heroku php。一切都已设置好,https 完美运行。我的域名托管在 Godaddy。Heroku 作为 apache 网络服务器。但http://mysite.com, www.mysite.com 不会重定向到https://www.mysite.com 这是我想要的。
我已将 .htaccess 文件更改为以下
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} protected [NC,OR]
RewriteCond %{REQUEST_URI} protected2 [NC,OR]
RewriteCond %{REQUEST_URI} protected3 [NC]
我还将域转发到https://www.mysite.com