editor Posted January 16, 2005 Posted January 16, 2005 I've been examining the code in a CGI based discussion board system and have found that several internal directories that store posted messages, user data, etc. have .htaccess files in them that contain this simple text and nothing more: deny all Obviously the scripts associated with this discussion board can still access the contents of those directories, but does deny all make them essentially "bullet-proof" against all outside access? Quote
TCH-Rob Posted January 19, 2005 Posted January 19, 2005 Although nothing is bullet-proof, deny all should block all http attempts from gaining entry to that directory. Quote
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.