라이프로그


[Apache]http를 https로 rewrite IT

httpd.conf

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]



트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://charie.pe.kr/tb/1719531 [도움말]