On Mon, Nov 20, 2000 at 11:04:24PM -0800, Matt Kraai wrote: > Package: www.debian.org > Version: N/A > > The apache.conf file for cvs.debian.org contains the following rewrite > rule: > > RewriteRule ^/([^?\/]+)$ /?cvsroot=$1 [R] > > This has the unfortunate consequence that files which happen to be in > the root of the default cvsroot are not accessible. For instance, > following the link on http://cvs.debian.org/ for newt-0.50-5.3-ege1.diff > leads to a python exception. > [and later...] > RewriteCond /cvs/$1 -d [O] > RewriteCond $1 APT
I was going to look into this tonight. Thanks for fully diagnosing the problem and giving a solution. Except for changing the [O] to [OR] your solution was perfect. :) Closing the bug. -- James (Jay) Treacy [EMAIL PROTECTED]

