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