会员 您还未登录,请登录查看
You may want to enforce https with some htaccess code:
.htaccess:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule .*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]