On Dec 22, 2006, at 12:33 PM, Neil Schneider wrote:
I updated the Review Guidelines page. I also tried to reinstate the join_form, so users could create their own accounts. I changed the flag on the RewriteRule from [F] to [L] and restated apache. Still doesn't work.
Yeah the [L] just tells Apache to stop processing rewrites after that rule. But the rule still takes effect, and what it does is prevent calls to /join_form from ever reaching the bottom-most [P]roxy rewrite rule, which is how things get translated into Plone.
So with the [F] the site was throwing explicit 403's, but with the [L] it was just throwing a 404 because Apache was looking for an actual file on the filesystem called 'join_form' instead of passing it through to Plone.
I fixed the config by just commenting that rule out entirely. It's working now.
-- Joshua Penix http://www.binarytribe.com Binary Tribe Linux Integration Services & Network Consulting -- KPLUG-Steer@kernel-panic.org http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-steer