Update access permissions

Add '-Indexes' option to .htaccess in root folder and remove
.htaccess from plugins folder
This commit is contained in:
Dmitriy Simushev 2013-02-06 10:55:19 +00:00
parent d19f6814da
commit be0e643c57
2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1,5 @@
Options -Indexes
<IfModule mod_security.c> <IfModule mod_security.c>
SecFilterEngine Off SecFilterEngine Off
SecFilterScanPOST Off SecFilterScanPOST Off

View File

@ -1,4 +0,0 @@
Order Allow,Deny
<FilesMatch "\.(js|css|jpe?g|gif|png|bmp)$">
Allow from all
</FilesMatch>