by AITpro Admin

Featured

BulletProof Security Forum

November 5, 2012 in Forum Blog

BulletProof Security Forum Search & Posting Help Info

Special thanks to BuddyPress and bbPress for this brilliant and amazing Forum software/platform!

BulletProof Security Pro Troubleshooting Steps
BulletProof Security Free Troubleshooting Steps

BulletProof Security Pro Forum sticky topics (highlighted in yellow) can be found by clicking the BPS Pro Forum menu.
BulletProof Security Forum sticky topics (highlighted in yellow) can be found by clicking the BPS Free Forum menu.

Check the Topic Tags links in the right hand column (sidebar) and click on Topic Tag links that are relevant to what you are looking for.

Search the Forum for BPS Free or BPS Pro issues/problems using the bbPress Search Forums window top right hand column (sidebar) before posting a new Topic in the Forum.  If you do not find the solution to your question, but find a similar or related Forum Topic then post your question in that Forum Topic.  If you do not find any search results that are similar or related to your BPS or BPS Pro issue/problem then please post a new Topic.

How to Search the Forum for Maximum Relevant Search Results
http://forum.ait-pro.com/forums/topic/plugin-conflicts-actively-blocked-plugins-plugin-compatibility/

To post a new Forum Topic: Click on either the BPS Pro > Post New Forum Topic menu link or the BPS Free > Post New Forum Topic menu link.

If you are copying code into your Forum Topic post please use the “pre” tags to make your code display nicely formatted.
Example using <pre> before your code and </pre> after your code will make the code display like this below:

# WP AUTHOR ENUMERATION BOT PROBE PROTECTION
# Rewrites to author=999999 that does not actually exist
# which results in a standard 404 error. To the hacker bot
# it appears that this author does not exist without giving
# any clues that the author does actually exist.

RewriteCond %{QUERY_STRING} ^author=([0-9]){1,}$ [NC]
RewriteRule ^(.*)$ $1?author=999999 [L]
Skip to toolbar