• Resolved gnjang

    (@gnjang)


    As a result of checking the log, it was client denied by server configuration: ROOT/wp-login.php.

    Among the contents of the .htaccess file
    <Files wp-login.php>
    Require all denied
    Require ip xxx.xx.xxx.xxx
    Require ip xxx.xx.xxx.xxx
    Require ip xxx.xx.xxx.xxx
    </Files>
    It was confirmed that the solution was solved by adding 127.0.0.1 to the contents to test locally.

    But is there any way to prevent the Forbidden phenomenon without adding an IP?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gnjang

    (@gnjang)

    I would like to solve this problem without modifying the .htaccess file.

    Plugin Support Dimitar Petrov

    (@demiro)

    Hello @gnjang,

    The provided directives are not added by our plugin. Please check your other security-related plugins.

    SiteGround Security stores this data in the database and you can allow IPs from the plugin’s dashboard > Login Security > Login Access > Configure.

    Best Regards,
    Dimitar Petrov

    Thread Starter gnjang

    (@gnjang)

    thank you. As a result of checking the issue, it was confirmed that it was a problem on our side due to proxy setting.

    Plugin Support Dimitar Petrov

    (@demiro)

    Thank you for the update!

    I’m glad to hear that you have managed to find the origin of the issue.

    Regards,
    Dimitar

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Forbidden login page. client denied by server configuration’ is closed to new replies.