rondog Posted July 15, 2009 Share Posted July 15, 2009 I have an includes folder: inc/ and I would like to make it forbidden whenever anyone tries to go to it or a file in that directory eg: inc/file.php I can get it to give me a forbidden message if I CHMOD the directory, but then I get access denied in my php scripts that include files in there. What are the proper permissions to set a folder so nobody can browse to the folder or files in the folder, yet allow access to my php scripts? If that is not possible, what are my options? Quote Link to comment https://forums.phpfreaks.com/topic/166132-make-a-folder-forbidden/ Share on other sites More sharing options...
dreamwest Posted July 20, 2009 Share Posted July 20, 2009 RewriteRule ^test/(.*) http://www.site.com Quote Link to comment https://forums.phpfreaks.com/topic/166132-make-a-folder-forbidden/#findComment-878357 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.