==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
https://bugs.contribs.org/show_bug.cgi?id=9202
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #16 from Unnilennium <[email protected]> ---
ok the following have been commented out
# $OUT .= " # Ensure we can browse the repo with
http://server.com/git/repo.git\n";
# $OUT .= " # instead of
http://server.com/git?p=repo.git;a=summary.\n";
# $OUT .= " RewriteCond %{REQUEST_FILENAME} !-f\n";
# $OUT .= " RewriteCond %{REQUEST_FILENAME} !-d\n";
# $OUT .= " RewriteRule ^$gitpath\/gitweb.cgi\(\.\*\\.git)\$
$gitpath/gitweb.cgi\$1 [PT]\n";
# $OUT .= " RewriteCond %{REQUEST_URI} !=$gitpath/gitweb.*\n";
# $OUT .= " RewriteCond %{REQUEST_FILENAME} !-f\n";
# $OUT .= " RewriteCond %{REQUEST_FILENAME} !-d\n";
# $OUT .= " RewriteRule
^/$git_subdir/(.*\\.git/(?!/?(HEAD|info|objects|refs)).*)?\$
$gitpath/gitweb/gitweb.cgi%{REQUEST_URI} [L,PT]\n\n";
will try to debug this.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/