Somehow I can't post to existing threa (http://groups.google.com/group/ reviewboard/browse_thread/thread/884db67cd5ca1b83/d495b9947aad884d? lnk=gst&q=joseph+pnc&fwc=2) so I start a new one instead.
Another solution offered by Av (avl...@gmail.com). Hopefully someone might find it helpful! Hi Joe, I'm not a member of the list, but I was hoping you might forward this back to them. I found a solution for your problem. In the lighttpd.conf, change this line: "/reviewboard.fcgi" => ( to this: "/reviewboard.fcgi/" => ( And this line: "^(/.*)$" => "/reviewboard.fcgi/$1", to this: "^(/.*)$" => "/reviewboard.fcgi/$1", and make sure: FORCE_SCRIPT_NAME = '' This fixes it for me :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---