.htaccess 139 B

12345678
  1. IndexIgnore *
  2. RewriteEngine Off
  3. <FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
  4. Order Allow,Deny
  5. Deny from all
  6. </FilesMatch>