• Resolved feifei101

    (@feifei101)


    Just the use the plugin to hide the login page, but the new login page still 404,right now ,i can’t log in my word press. Please tell me how to resolve this ASAP. If this is some kind of bug, please deal with it.

    • This topic was modified 3 years, 2 months ago by feifei101.
Viewing 4 replies - 1 through 4 (of 4 total)
  • I also can’t login and get 404 page. I could log on a while ago without problems but since a few days only 404. I assume it is caused by an update(of other Ionos Plugins). This makes me consider to stop using WPSHide login in all my other pages on Ionos.

    • This reply was modified 3 years, 2 months ago by hermes101.
    Plugin Support MaximeWPS

    (@seinomedia)

    Hello,

    Thanks for using WPS Hide Login.

    I can’t reproduce this issue. Have tried to deactivate every other plugin to check if the issue was caused by another plugin ?

    Plugin Support MaximeWPS

    (@seinomedia)

    If you need to reach your wp-admin, you can deactivate the plugin renaming the folder in wp-content/plugins.

    Have you tried to clear all caches and cookies in your browser ?

    Just an idea, but I had the same problem in some cases (getting 404s)

    On those sites, the default WordPress .htaccess lines were deleted (for some reason), so I added them back.

    After I did it, the custom login address worked again.

    BEGIN WordPress

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    END WordPress

    • This reply was modified 3 years, 2 months ago by tfrank77.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘I’m locked out,keep 404’ is closed to new replies.