RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
You can enforce ssl on your website by setup a .htaccess with the following rules:
- 3 用戶發現這個有用
