How to hinder PHP files to Global Access -
i have includes files , don't want expose them via http. used being included other php files.
should configure .htaccess
file , add lines specify that?
thanks in advance...
you use .htaccess rules or put them outside of web directory!
edit:
it seems looking easy answer. have googled it, here one, try it:
<files filename.php> order allow,deny deny </files>
Comments
Post a Comment