Skip to content
Snippets Groups Projects
.htaccess 114 B
Newer Older
<FilesMatch "(\.htaccess)">
  Order deny,allow
  Deny from all
</FilesMatch>

deny from all
Options -Indexes