Can anyone suggest why a Drupal site will suddenly serve up nothing but the main page?
It will not accept logins (the password is right, I reset it via mysql to be sure). No error message, no access denied, the main page just reloads.
It won't send password reset (mail does work, I sent myself a test mail).
There are only a few links on the site; they all just result in the main page reloading.
Typical log entry:
x.x.x.x - - [01/Aug/2013:14:52:20 -0700] "GET /user HTTP/1.1" 200 5495 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0"
x.x.x.x - - [01/Aug/2013:14:52:34 -0700] "POST /front?destination=node%2F1 HTTP/1.1" 200 5495 "http://mysite.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4"
Error log shows nothing helpful (just shows the last apache restart).
I tried hardwiring $cookie_domain in settings.php but it didn't help.
It was working OK a few weeks ago - then I didn't use it for a while. Haven't changed anything at the Drupal level.
This is only a test site so I can just tear it down & rebuild it, but I wonder what happened.
Wise words welcomed.
To follow up:
- cleanURLs are enabled but they don't work either - for instance:
mysite.com?q=user takes me to the front page
- cache emptied, no help
- stock .htaccess in place