I can see my project list when I do: ./cgi-bin/gitweb.cgi But it does not show on my website git.digispeaker.com Rewrite rules: Options FollowSymLinks ExecCGI Indexes RewriteEngine on RewriteRule ^$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT] RewriteRule ^[a-zA-Z0-9_\-]+\.git/?(\?.*)?$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT] gitweb version: our $version = "1.5.3.5.605.g79fa-dirty"; This used to work so something has changed at my host. How can I debug this? -- Jon Smirl jonsmirl@xxxxxxxxx -- To unsubscribe from this list: 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