website/public/.htaccess
2021-04-13 12:07:23 +02:00

7 lines
122 B
ApacheConf

ErrorDocument 404 /404.html
Options -Indexes
<FilesMatch "\.(sql)$">
Order Deny,Allow
Deny from all
</FilesMatch>