Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
激活商店中的安全证书,它工作得很好,但仍然是主url http而不是https,并在config.php中更改url,当出现https时进入产品或点击标志时。
我可以?
好吧,最后我做了以下事情:
到 de .httacces 文件中写这个
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
这是所有的了。