Quantcast
Channel: Topic Tag: paypal | WordPress.org
Viewing all articles
Browse latest Browse all 10092

retailmakeover on "[Plugin: BulletProof Security] 403 error after PayPayl payment"

$
0
0

Didn't have to, I could not save the code in there I only got me a 404 error. All that's there is:

# 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]


Viewing all articles
Browse latest Browse all 10092