아파치 리다이렉트 썸네일형 리스트형 Apache에서 http를 https(SSL)로 리다이렉트하는 방법 Apache에서 http를 https(SSL)로 리다이렉트하는 방법rewrite 모듈 활성화LoadModule rewrite_module modules/mod_rewrite.sovim httpd.confLoadModule rewrite_module modules/mod_rewrite.so모듈 확인httpd -Mhttpd -M | egrep -i rewrite rewrite_module (shared)가상호스트 설정httpd-vhosts.conf 편집RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]vim httpd-vhosts.conf ServerAdmin webma.. 더보기 이전 1 다음