fixed some .htaccess rights
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
</FilesMatch>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<FilesMatch ".*">
|
||||
Order Deny,Allow
|
||||
Allow from all
|
||||
Deny from All
|
||||
</FilesMatch>
|
||||
|
Reference in New Issue
Block a user