I was wondering if someone can just download off my webpage the sqlite database. And if they can is there a way to block this type of download throw apache?
Any tips and advices are welcome.
The best solution is to store database file out of domain root:
/www/domain.com - directory for http://www.domain.com /www/dbs - directory where the database files are strored
there is no way to enter this database files using e.g. browser. but PHP script executed on this server can (of course)
Brona

