가상 호스트별로 설정
.
RewriteCond %{HTTPS} 끄기
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} (L,R=301)
.
가상 호스트별로 설정
.
RewriteCond %{HTTPS} 끄기
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} (L,R=301)
.