From bfef0c28bc57b1eb96f7c9a737a2f5e8e12f27eb Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 25 Apr 2018 21:04:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=85=8B=20=EC=8B=9C=20=ED=8F=90?= =?UTF-8?q?=EC=87=84=EB=A5=BC=20=EC=99=B8=EB=B6=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=95=98=EB=A9=B4=20=EC=98=88=EC=95=BD=20=EB=A6=AC=EC=85=8B?= =?UTF-8?q?=EC=9D=B4=20=EC=95=88=EB=90=98=EB=8D=98=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sammo/templates/block_htaccess.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sammo/templates/block_htaccess.php b/src/sammo/templates/block_htaccess.php index 174f1338..f544d747 100644 --- a/src/sammo/templates/block_htaccess.php +++ b/src/sammo/templates/block_htaccess.php @@ -9,6 +9,10 @@ Allow from env=env_allow_1 Allow from + + Allow from 127.0.0.1 ::1 localhost + + Allow from all @@ -20,4 +24,7 @@ Allow from Allow from all + + + Allow from all \ No newline at end of file