Cleanup .htaccess

pull/16/head
Franz Liedke 2015-09-17 09:22:26 +02:00
parent b1324ef703
commit efcffa795f
1 changed files with 3 additions and 2 deletions

View File

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