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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -