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.
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 ?
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.