-
.htaccess 의 '적절한' 위치에 RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]을 넣는다. 이게 개인적으로는 가장 잘 되던 방법.