From c17588f1cd60418604aa3bf2d8885a42f5e2e871 Mon Sep 17 00:00:00 2001 From: Petrouchka Date: Thu, 17 Sep 2015 09:11:42 +0200 Subject: [PATCH] Update .htaccess # Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 8936fe9..ca992cb 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,7 @@ +# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory +Order allow,deny +Allow from all + RewriteEngine on