website/public/.htaccess

8 lines
173 B
ApacheConf

ErrorDocument 404 /404.html
Options -Indexes
Include /etc/apache2/custom.d/globalblacklist.conf
<FilesMatch "\.(sql)$">
Order Deny,Allow
Deny from all
</FilesMatch>