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:
61419ce
)
FIX: added resume link to .htaccess
author
Dylan Lloyd
<dylan@dylansserver.com>
Tue, 21 Feb 2012 21:55:25 +0000
(16:55 -0500)
committer
Dylan Lloyd
<dylan@dylansserver.com>
Tue, 21 Feb 2012 21:55:25 +0000
(16:55 -0500)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index
9bd010b
..
dc5f0ab
100644
(file)
--- a/
.htaccess
+++ b/
.htaccess
@@
-3,6
+3,8
@@
ErrorDocument 404 /404.php
RewriteEngine on
+RewriteRule ^resume$ /res.pdf [L]
+
RewriteRule ^notes/rss/?$ /index.php?rss=true [L]
RewriteRule ^git/?$ /git/gitweb.cgi%{REQUESTURI} [L]