Totally Zenned
- Join Date:
- Mar 2006
- Posts:
- 909
- Plugin Contributions:
- 1
Securing my site...
Ok, I've read the security info in the docs folder, but I has a couple of questions regarding the best secutiry practices.
1 - When creating the default .htaccess file (that blocks direct access to .txt and .php files) is there a reason we do not simply block direct access to . (all files)?
2 - How can I prevent people from stealing my images from my images folder? Use a similar .htaccess method - like the above?
3 - I understand the use of "blank" .html files in certain folders. Would setting up a redirect (to my homepage) in these files be silly (security-wise)?
Anyone able to help with this?