Question

I have a website prettypeople.nl and whenever I try to login as an admin whether at /wp-admin or /wp-login and input the correct credentials, nothing happens!

The page refreshes and if I check the logs I cant find anything!

What can I do?

Link changes from prettypeople.nl/wp-login to:

https://prettypeople.nl/wp-login.php?redirect_to=https%3A%2F%2Fprettypeople.nl%2Fprettypeople%2F%2Fwp-admin%2F&reauth=1

It authenticates the password credentials and wants to redirect me to the correct page, but doesn't.

Was it helpful?

Solution

Link https://prettypeople.nl/wp-admin redirects to

https://prettypeople.nl/wp-login.php?redirect_to=https://prettypeople.nl/prettypeople//wp-admin/&reauth=1

According to me, the link should end like this:

?redirect_to=https://prettypeople.nl/wp-admin/&reauth=1

Check siteurl and home options in {wp_}options table and rewrite rules in .htaccess file .

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top