Creating .htaccess for Apache users to secure DB

This commit is contained in:
rail5 2020-12-30 12:00:05 +00:00 committed by GitHub
parent 2ec87418e2
commit fbe2343edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
<Files "filedb.sqlite">
Require all denied
</Files>