diff --git a/.htaccess b/.htaccess index 65c9788..f80bfa7 100644 --- a/.htaccess +++ b/.htaccess @@ -7,12 +7,6 @@ RewriteCond %{HTTP_HOST} ^(localhost|127\.0\.0\.1)(:[0-9]+)?$ [NC] RewriteCond %{REQUEST_URI} ^/?$ RewriteRule ^$ /egbim/index.php [R=302,L] -# http -> https -RewriteCond %{ENV:APP_ENV} !=local -RewriteCond %{HTTP_HOST} !^(localhost|127\.0\.0\.1)(:[0-9]+)?$ [NC] -RewriteCond %{HTTPS} !=on -RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] - # eg-bim.co.kr -> eg-bim.com RewriteCond %{ENV:APP_ENV} !=local RewriteCond %{HTTP_HOST} ^(www\.)?eg-bim\.co\.kr$ [NC]