<Files .htaccess>
Order Allow,Deny
Deny From All
</Files>
<Files checksum.txt>
Order Allow,Deny
Deny From All
</Files>
<Files license.txt>
Order Allow,Deny
Deny From All
</Files>
<Files readme.txt>
Order Allow,Deny
Deny From All
</Files>
DirectoryIndex index.html
ErrorDocument 403 index.php
ErrorDocument 404 index.php
Header set X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1;mode=block"
IndexIgnore *
LimitRequestBody 51200
Options -ExecCGI -Indexes