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
No related branches found
No related tags found
No related merge requests found
ErrorDocument 404 /404.html
\ No newline at end of file
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.
Finish editing this message first!
Please register or to comment