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