fixed some .htaccess rights

This commit is contained in:
following
2013-08-04 18:30:13 +02:00
parent f0290ea250
commit b48b77c49a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<FilesMatch ".*">
Order Deny,Allow
Deny from All
Order Allow,Deny
Allow from All
</FilesMatch>

View File

@ -1,4 +1,4 @@
<FilesMatch ".*">
Order Deny,Allow
Allow from all
Deny from All
</FilesMatch>