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