웹문서 공부2017. 11. 12. 16:39
   


.htaccess 파일에서


RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]






기본 url 설정은

https://www.도메인.com

Posted by DaumTistory