Difference between revisions of "Htaccess Deny"
From TNG_Wiki
(New page: Note that malware or email harvesting bots will ignore the directives of the robots.txt file, you must create an entry in your <nowiki>.htaccess file</nowiki>. The following example was p...) |
(added Security Related Links) |
||
Line 19: | Line 19: | ||
== Related links == | == Related links == | ||
− | + | {{: Security related links}} | |
− | |||
[[Category:Security]] | [[Category:Security]] |
Revision as of 22:51, 28 January 2015
Note that malware or email harvesting bots will ignore the directives of the robots.txt file, you must create an entry in your .htaccess file.
The following example was provided by Gustave Dahl on User2 list 11/12/2009 11:05 PM
BrowserMatchNoCase PiplBot bad_bot BrowserMatchNoCase MJ12bod bad_bot Order Deny, Allow Deny from env=bad_bot
References on User Agent
Provided by Gustave Dahl on User2 list on 13 Nov 2009
Related links
The following provide additional security measures:
Controlling Site Access
Protecting Resources
- Permissions Explained
- Database User
- Move your configuration files
- Move your backup files
- Move your gedcom files
- Overlaid Subroot how to recover from subroot.php overlay
- Prevent Directory Listing
- Protecting access log