Closed (outdated)
Project:
Drupal core
Version:
6.9
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 17:19 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
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