로딩
요청 처리 중입니다...

http -> https 리다이렉트

 http -> https 리다이렉트

vhost 마다 설정 ...... RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !

https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ...

http -> https 리다이렉트에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.

# redirect # rewrite