Is there any good reason to move files outside webserver document root?
Let’s say I create a website (with apache for example) and my php pages get some sensitive information from a file on disk (a .ini file, a SQLite db or whatever).
I thought two ways to prevent users from getting to this info… Continue reading Is there any good reason to move files outside webserver document root?