80 to 443 Redirect
플래토
0
7415
0
0
2021.02.21 22:37
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
[이 게시물은 플래토님에 의해 2021-04-14 17:49:14 코딩 소식과 의견에서 이동 됨]