As soon as I paste the code generated by boost module to .htaccess, I can't log in anymore. It's like a refresh, redirecting me to /user again. The apache error log prints this message:

[error] File does not exist: /var/www/example.com/drupal/user, referer: https://dev.example.com

As soon as I comment out the Boost part in .htaccess, login works just fine. It happens both with and without SSL and it doesn't matter if Boost is configured to cache https pages or not.

Comments

yan created an issue. See original summary.

yan’s picture

Status: Active » Closed (duplicate)

Seems to be a duplicate of this one:
#2719795: Login fails after upgrade to 7.x-1.1

Comment #5 seems to solve it. In my case, I replaced

RewriteRule .* - [S=4]

with

RewriteRule .* - [S=1]