• Resolved plancoet

    (@plancoet)


    is it possible to completly deinstall AIOS although the login page and the database prefix was changed? Thank you, I appreciate answers.
    reagds

    plancoet

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

    (@hjogiupdraftplus)

    Hi @plancoet

    To completely uninstall the plugin,

    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 {tableprefix}_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
    Let me know if still any issue.

Viewing 1 replies (of 1 total)

The topic ‘Deinstallation’ is closed to new replies.