vhost 파일에서 아래문구를 그대로 추가해주면 된다. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} 예) ServerName harulife.kr DocumentRoot /home/haru CustomLog /usr/local/apache/logs/harulife.kr RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}