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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -