• Resolved lucafriedrich

    (@lucafriedrich)


    Hi everyone,
    I was setting up my site on a Test Domain and wanted to move to my active Domain but when I change Domain, it logs me out and gives me a 403 Error on the login page and all other domains.
    I have tried deactivating virtually all plugin settings before moving but I still get the 403.
    I have even tried uninstalling the Plugin but when I look in FTP there are still files there and also auth codes (for salts?) in the config.php.
    I have enabled the “delete all settings on deinstallation” checkbox but it still keeps stuff.
    So I dont know how to fix this. I only get access back by loading a backup via my ftp. I would be fine with uninstalling and reconfiguring once I am on the new Domain but this is really a big problem as I dont know enough about php to tell whats the problem.

    Thanks in advance and have a good day,
    Luca

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lucafriedrich

    (@lucafriedrich)

    I have also tried to change Domain via “better search replace” and by replacing the domain in phpmyadmin.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @lucafriedrich,

    You should deactivate the AIOS plugin from plugin list and try change the domain then activate the plugin. It might be hosting domain-related .htaccess rules or firewall rules might be creating issue.

    If still issue Please follow below to remove AIOS completely.

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall,
    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
    Let me know if still any issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘403 Error after Domain Name Change’ is closed to new replies.