I'm having a problem while rewriting the wp-login URL using Lighttpd
I have the following rule
"^/wp-login.php?([^\?]+)(\?(.*))?" => "/wp-login.php?$1"
but it doesn't seem to work.
when I load the signup page (http://domain.com/wp-login.php?action=register )it keeps ignoring the action=register querystring
what's the correct rule to be added to lighttpd configuration?