Jakub Narebski <jnareb@xxxxxxxxx> writes: > Marc Singer wrote: > >> That isn't enough. I did something like that when I was exploring the >> script. While the change *does* eliminate the 403 error, it doesn't >> make the rest of the script work properly. All of the links return to >> the same page that lists the projects. > > Strange... PATH_INFO is used _only_ if 'p' parameter is not set. And all > links use 'p=$project', not PATH_INFO... > > Are you sure you did changes mentioned in earlier post? Well, more importantly, why would we do something like this in the first place? Wouldn't it be a lot better to just rip out PATH_INFO stuff, especially since all pages the script generates use ?p=$project to pass that information around and never uses PATH_INFO? - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html