website/public/.htaccess

7 lines
122 B
ApacheConf
Raw Normal View History

2021-04-13 11:29:40 +02:00
ErrorDocument 404 /404.html
2021-02-28 21:50:06 +01:00
Options -Indexes
<FilesMatch "\.(sql)$">
Order Deny,Allow
Deny from all
</FilesMatch>