Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Comments posted by Kyle

  1. If anyone wants suggested HTACCESS file, This is the one for the best security so you won't have sneakers in your files.....

    # main page of the site
    DirectoryIndex index.php
    
    # prevent viewing of a specific file
    <FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl)$">
    Order Allow,Deny
    Deny from all
    </FilesMatch>
    
    # prevent viewing of index
    Options -Indexes
    

×
×
  • Create New...