From 914fe039f9e45eacbbc7900adb4ab6de7829202a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2026 18:00:44 +0900 Subject: [PATCH] =?UTF-8?q?https=20=EA=B0=95=EC=A0=9C=EB=A6=AC=EB=8B=A4?= =?UTF-8?q?=EC=9D=B4=EB=A0=89=ED=8C=85=20=EC=A0=9C=EA=B1=B0=20htaccess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 6 ------ 1 file changed, 6 deletions(-) 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]