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

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.