• Resolved masoud2018

    (@masoud2018)


    After installing and saving some changes, when I was editing the file permission changes, suddenly my entire site was locked and a login box was displayed that does not accept any of the defined WordPress users. It is really a disaster that by saving the settings of a security plugin, the whole WordPress is disrupted and unavailable!

    By deactivating the plugin through cpanel, the problem is solved, but by activating it, the site is immediately locked and the login page is displayed. Could anyone tell me how to fix this or return the settings of this plugin to the default state without activating it?

    https://i.postimg.cc/x8NHYTH0/Screenshot-2024-11-18-213330.png

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter masoud2018

    (@masoud2018)

    Update

    I edited the htaccess file and removed all related code but to no avail.


    # BEGIN All In One WP Security
    #AIOWPS_BASIC_HTACCESS_RULES_START
    <Files .htaccess>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    ServerSignature Off
    LimitRequestBody 104857600
    <Files wp-config.php>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_BASIC_HTACCESS_RULES_END
    #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_START
    <Files debug.log>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_END
    #AIOWPS_DISABLE_INDEX_VIEWS_START
    Options -Indexes
    #AIOWPS_DISABLE_INDEX_VIEWS_END
    #AIOWPS_DISABLE_TRACE_TRACK_START
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* - [F]
    </IfModule>
    #AIOWPS_DISABLE_TRACE_TRACK_END
    #AIOWPS_PREVENT_IMAGE_HOTLINKS_START
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC]
    RewriteCond %{HTTP_REFERER} !^http(s)?://datamgroup3\.com [NC]
    RewriteRule \.(gif|jpe?g?|png)$ - [F,NC,L]
    </IfModule>
    #AIOWPS_PREVENT_IMAGE_HOTLINKS_END
    # END All In One WP Security

    # Begin AIOWPSEC Firewall
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/datamgro/public_html/aios-bootstrap.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/datamgro/public_html/aios-bootstrap.php'
    </IfModule>
    # End AIOWPSEC Firewall

    Thread Starter masoud2018

    (@masoud2018)

    Update / resolved

    The problem was solved through database tables.
    In the database tables, the records that have values ??related to AIOS in the option_name column should be deleted.
    These values ??may include:

    aio
    aios
    all-in-one-security
    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @masoud2018,

    Sorry for inconvenience, It seems issue solved by removing all the AIOS settings from database directly.

    As per screen shot It has been HTTP authentication seems enabled which you should enter correct username and password for it.

    Regards

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