• Resolved afri-can

    (@afri-can)


    I moved a website and for some reason the .htaccess file was lost, so AIOWPS stopped working and I was getting a blank page and have no access to the back-end. I disabled and uninstalled AIOWPS but when reinstalling I get the same issue (the old setting keep returning and I get a blank page and cannot access back-end). I want to remove all the tables in the datbase to reset everyting so I can re-install AIOWPS from fresh.

    I did a database search for aiowps and these cam up:

    What i want to know is if I delete all these 7 tables and 16 items inside the items with matches, is there anything else I need t do to clear aiowps from the site before reinstalling?

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

    (@hjogiupdraftplus)

    Hi @afri-can

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall,
    tables start with {tableprefix}_aiowps needs to remved 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
    Let me know if still any issue.

    Thread Starter afri-can

    (@afri-can)

    Thanks got a clean installation and everything seems to be working smoothly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to completely remove AIOWPS from website’ is closed to new replies.