views:

136

answers:

1

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?

A: 

Can you be a bit more specific about what the original URL is and what you want the rewritten URL to be?

Mark Byers
this is the URL the request goes to/wp-login.php?action=registerlighttpd understands it as/wp-login.php (without the GEt query string)
lorenzov
Sorry. This was supposed to be a comment, not an answer. I will repost it as a comment and delete this.
Mark Byers