网站网址在opencart v1.5.6中没有从http移动到https?

时间:2016-03-11 11:55:24

标签: opencart

我已将SSL证书添加到我的网站并选中使用SSL为“是”,之后,我点击了我的网站,但它没有转到https。

1 个答案:

答案 0 :(得分:1)

如果您安装了 SSL 证书而您没有看到https://,只需通过复制/粘贴即可将您的申请从http://强制转移到https:// .htaccess文件中的以下代码:

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]