is there a way to detect if a user tries to access a php file?
For instance, db.config.php is called in many php pages but should
never actually be open directly. Is there a way to know if someone
tried to open it directly?
Also, i want to learn more about securing php/MySQL pages any good
resources I should start with?