Skip to content
Snippets Groups Projects
Commit 960aa934 authored by Jonas Leder's avatar Jonas Leder
Browse files

deny access to database file from webserver via htaccess

parent 1cc0f936
Branches
No related tags found
No related merge requests found
ErrorDocument 404 /404.html ErrorDocument 404 /404.html
<FilesMatch "\.(sql)$">
Order Deny,Allow
Deny from all
</FilesMatch>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment