Custom URL – Blocked IP
-
When I am logging in my wp site, it blocks my ip and shows this message:
We’re sorry, you are not allowed to proceed
Our server stopped processing your request. Your request looks suspicious or similar to automated requests from spam posting software.If you believe you should be able to perform this request, please let us know.
In wp-cerber dashboard that list events, my IP show with this message: Probing for vulnerable PHP code – Locked out
I have searched in code and find this:
(wp-cerber.php)start line 4765
if ( false === strrpos( $script_filename, $uri ) ) {
$wp_cerber = get_wp_cerber();
$cerber_status = 13;
cerber_log( 55 );
cerber_soft_block_add( $wp_cerber->getRemoteIp(), 8);
//cerber_404_page( true );
cerber_forbidden_page();
}$script_filename is a path index.php, and $uri is my custom url login.
How do I solve this?
Thanks.
- The topic ‘Custom URL – Blocked IP’ is closed to new replies.