Login Redirect URL Hex Encoded, Does Not Redirect
-
The login page is not redirecting my browser to the indicated page. I enter the username and password and hit Login. Instead of taking me to /wp-admin/profile.php, it loops back to the login page.
The loop back URL looks like
https://localhost/wp/wp-login.php?redirect_to=%2Fwp%2Fwp-admin%2Fprofile.php
By converting the hex encoding to their ASCII equivalent, I’m able to navigate just fine. Trouble is, almost every update in the admin console requires me to translate the hex encoding in the URL in order to view the page; otherwise, I return to the login page with the same redirect variable behavior.
I’m using Firefox 1.0.4 with Apache 2.0.54, PHP 5.0.4, and MySQL 5.0.4-Beta; no WP plug-ins are installed. I have reviewed the Codex for help regarding this issue (clearing my cookies, refreshing the page, et. al.). Have tried to hack the wp-login.php file (particularly the preg_replace() functions).
- The topic ‘Login Redirect URL Hex Encoded, Does Not Redirect’ is closed to new replies.