.htaccess 348 B

1234567
  1. #----------------------------------------------------------------------------------------------------
  2. # Denied entry to this directory and its subdirectories
  3. #----------------------------------------------------------------------------------------------------
  4. <FilesMatch "\.(html|htm|txt|ml|log|sql|xml|php)$">
  5. Deny from all
  6. </FilesMatch>