Hi all,
I wonder if exists a way to protect the web access (http) to a complete path with passwords stored in a mysql db and with different permission.
To protect a single file I usually insert the info in the db and a php page, after the login, output the file getting the info from db.
But this don't allow the use of directory tree. And I can only upload each single file.
How do you do all this? Exists a better way to protect not php file?