disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4f424
)
Added in RewriteRule for gitweb
author
Dylan Lloyd
<dylan@psu.edu>
Fri, 25 Mar 2011 03:37:35 +0000
(23:37 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Fri, 25 Mar 2011 03:37:35 +0000
(23:37 -0400)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.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]