-
[Apache] 80 Port -> 443 Port RedirectionWEB/Apache 2018. 8. 10. 18:20
Apache 80 Port -> 443 Port 로 Redirection 설정
------------------------------------------------------------------------------
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
------------------------------------------------------------------------------
'WEB > Apache' 카테고리의 다른 글