I have a (wordpress) blog where after commenting the users are redirected back to the page with an anchor to their comment. Should look like this:
http://example.org/foo-bar/#comment-570630
But somehow I get a lot of 404 ins my logfiles for such URLs:
http://example.org/foo-bar/%23comment-570630
Is there a way to write a .htaccess rewrite rule to fix this?
Bonus question: Any idea why this happens and what I can do about it?