Replies: 0
Hello,
in my production site I can’t login when accessing from an URL with a redirect_to parameter like:
http://www.mysite.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.mysite.com
It doesn’t happen in my development site, therefore I guess it could caused by memcached or Varnish cache. I can login successfully without the redirect_to URL parameter:
http://www.mysite.com/wp-login.php
Does anyone know how to fix it?