On 22/07/2006, at 2:50 AM, Matthew Good wrote:
This is a bug in lighttpd triggered when the "fastcgi.server" URL mapping ends in "/": http://trac.lighttpd.net/trac/ticket/729 ...snip...else $HTTP["url"] =~ "^/" { fastcgi.server = ( "/" => ( "trac" =>Try using: fastcgi.server = ("" => instead of "/" in your mapping.
I've tried that already as suggested by other people but it doesn't work. When I remove that slash I get the project list page but clicking on any link simply appends the name of the project to the link but the resulting URL still takes me back to the project list page. So if I click on my "test" project I forever get http:// trac.mydomain.com/test/test/test... etc.
cheers, tomek _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
