Browse Source

Update .htaccess

# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory
pull/14/head
Petrouchka 9 years ago
parent
commit
c17588f1cd
  1. 4
      .htaccess

4
.htaccess

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

Loading…
Cancel
Save