Added in RewriteRule for gitweb
authorDylan Lloyd <dylan@psu.edu>
Fri, 25 Mar 2011 03:37:35 +0000 (23:37 -0400)
committerDylan Lloyd <dylan@psu.edu>
Fri, 25 Mar 2011 03:37:35 +0000 (23:37 -0400)
.htaccess

index d06e66b..fb00ba6 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -3,6 +3,8 @@ ErrorDocument 404 /404.php
 
 RewriteEngine on
 
+RewriteRule ^git/?$ /git/gitweb.cgi%{REQUESTURI} [L]
+
 RewriteRule ^captcha/?$ /index.php [L]
 
 RewriteRule ^note/([^/\.]+)?/?$ /index.php?note=$1 [L]