http://127.0.0.1:8080/wp-login.php?
-
When I insert the right username and password, I get this to my address line:
http://127.0.0.1:8080/wp-login.php?redirect_to=%2Fwp-admin%2F
When I insert the wrong username and/or password combination, I get this:
http://127.0.0.1:8080/wp-login.php
So, no login is possible after installation. I tried deleting cookies and clearing cache. No luck. Also tried manually editing wp-login.php to read from “$user_login = $_POST[“user_login”];” to “$user_login = $user_data->user_login;”
Any ideas are much appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘http://127.0.0.1:8080/wp-login.php?’ is closed to new replies.