website/public/.htaccess

6 lines
104 B
ApacheConf
Raw Normal View History

ErrorDocument 404 /404.php
<FilesMatch "\.(sql)$">
Order Deny,Allow
Deny from all
</FilesMatch>