• Resolved gagikavagyan

    (@gagikavagyan)


    I want to log in to my site, I am using custom login URL and it shows a 403 error, and this is not the first time this is the second time, the first time I removed the plugin and installed it again, the comment also is not working.

    this is my website https://wordpressinfo.org

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @gagikavagyan

    If you try access login page and it shows 403 forbidden it might be due to login white list enabled and your current IP is not whitelisted IP.

    Please try add below constant in wp-config.php and check if it allows to load the login page.

    define( 'AIOS_DISABLE_LOGIN_WHITELIST', true ); 

    Regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.