From efcffa795f981ebc57036fd303df6b4a77ee447b Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 17 Sep 2015 09:22:26 +0200 Subject: [PATCH] Cleanup .htaccess --- .htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index ca992cb..645eac3 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,6 @@ -# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory -Order allow,deny +# Allow access if Flarum is installed in a subdirectory, +# but another .htaccess in a higher directory denies access. +Order Allow,Deny Allow from all