On Sun, Jul 10, 2011 at 4:25 AM, Tom Browder <[email protected]> wrote:
> sqlite db files and making sure that directory is writable by my web
> server. I make sure that the directory is not used for anything else
> in order to help secure my web site.
>
Another tip for such uses:
.htaccess:
<Files ~ "\.sqlite3$"> (or however your db is named)
Order allow,deny
Deny from all
</Files>
so that people who know the db is there can't fetch it over http.
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users