I am denying access to certain files in the public_html folder with
<Files ~ "\.inc$">
Order allow,deny
Deny from all
</Files>
place in a .htaccess file.
I know it is best to put important files outside the public dir but I was wondering how reliable it is to refuse access with this (if it is possible to measure reliability)? Are there any tricks to get to those files?