Update .htaccess

# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory
This commit is contained in:
Petrouchka 2015-09-17 09:11:42 +02:00
parent fce07ad258
commit c17588f1cd

View File

@ -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
<IfModule mod_rewrite.c>
RewriteEngine on