I am experiencing the same problem as described in this thread:
https://drupal.org/node/243539
I cannot log in from the home page when clean URLs is on because the login block is not there. To work around it I had to include this line in the "url.rewrite-if-not-file" block of the lighttpd.conf file:
"^[^/]*?/(.*?)\?destination" => "/index.php?q=$1",
Comments