• Resolved bahus

    (@bahus)


    I reset all the plugin settings. Then I deactivated the plugin itself.
    Now I can’t get into the site’s admin panel at the standard address. It just redirects me to the main page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @bahus,

    Are you sure the plugin is deactivated ?

    you can deactivate the plugin by renaming the plugin folder also. /wp-content/plugins/all-in-one-wp-security-and-firewall

    Add below constant in wp-cofing.php and cross check if wp-admin loads the login page?

    If possible try access {site_url}wp-login.php in incognito window and check it is not due to browse cache you are being redirected to home page.

    define( 'AIOS_NO_FIREWALL', true);

    Regards

    Thread Starter bahus

    (@bahus)

    Sure.
    The factory reset option has been selected. Then the plugin was deactivated.
    When after that I could not get into the admin area, the folder with the plugin was also deleted from the hosting.
    Clearing the browser cache and incognito mode did not give any results.
    Redirect to the main page is present in all browsers.
    The option with wp-login.php gives the error “Sorry, access is denied”.
    The option with wp-login.php in incognito – access is also denied.
    With the directive define( ‘AIOS_NO_FIREWALL’, true); there is also a redirect.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @bahus,

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall,
    /wp-content/mu-plugins/aios-firewall-loader.php
    tables start with {tableprefix}_aiowps needs to removed also remove from wp_options having “aio”

    SELECT * FROM wp_options WHERE option_name LIKE '%aio%'

    https://snipboard.io/AVyaWZ.jpg

    Please also remove from .htaccess all code between,

    “BEGIN All In One WP Security”
    “END All In One WP Security”

    Also make sure that wp-config.php. , htaccess, .user.ini file in root of the wordpress installed directory do not include the aios-bootstrap.php
    and remove aios-bootstrap.php from the same folder you have wp-config.php

    Also remove the wp-content\uploads\aios\firewall-rules\settings.php
    and wp-content\uploads\aios\firewall-rules\allowlist.php

    This should remove all instance of AIOS.
    if still issue accessing wp-loign.php then it might be issue other than of AIOS.

    Regards

    Thread Starter bahus

    (@bahus)

    Cleaned everything up. The site came back to life.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @bahus

    Glad to know the site is working again.

    Regards

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