I was just testing the password-protected posts functionality and when I submit the password it sends me to a 404 page. The password I typed in was correct, I made sure. The URL bar says: www.mydomain.com/wp-pass.php but shows a 404 page. Whether the password is correct or wrong, it should either show some message about it being wrong or the post that was protected. Not just a 404 page.
What could be causing this? Thanks in advance for any ideas.
Refererheader? – toscho♦ Dec 6 '12 at 11:20wp-pass.php:wp_safe_redirect(wp_get_referer());If your browser does not send a Referer you might get problems. Your browser offers a debugger where you can see the network communication. – toscho♦ Dec 6 '12 at 11:54