yes, this works.. i just can't immediately see why
we need to add .../resources.
but at this point, it's working, and i don't want to rock the boat.. i
need to start populating this thing..
thanks for all your help, lukas..
The problem is that the rewrite rule
RewriteRule ^/pier(.*)$
http://www.thoseoptimizeguys.com/$1 [redirect,last]
does a redirect if there is a /pier prefix. You can basically remove
this line, this handled the legacy case of expired sessions in Seaside
2.8. In your case it hid the fact that the base path was set wrong and
caused Apache to fix the URL with a redirect for each request. Of
course that doesn't work for POST requests (the POST was then lost and
the login didn't work).
Lukas
--
Lukas Renggli
www.lukas-renggli.ch