.htaccess: Allow access to flarum directory

pull/16/head
Franz Liedke 2015-09-17 09:23:07 +02:00
parent efcffa795f
commit ccc9c1adf8
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
Order Allow,Deny
Allow from all
<Files flarum/*>
Deny from All
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on