Merge pull request #14 from Petrouchka/patch-1

Update .htaccess
pull/16/head
Franz Liedke 2015-09-17 09:18:26 +02:00
commit b1324ef703
1 changed files with 4 additions and 0 deletions

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