Skip to content
Snippets Groups Projects
.htaccess 122 B
Newer Older
  • Learn to ignore specific revisions
  • ErrorDocument 404 /404.html
    
    jonasled's avatar
    jonasled committed
    Options -Indexes
    
    
    <FilesMatch "\.(sql)$">
        Order Deny,Allow
        Deny from all
    </FilesMatch>