rss layout now fully separated m/v/c
[dylansserver.git] / .htaccess
index d06e66b..dc5f0ab 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -3,6 +3,12 @@ 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]
+
 RewriteRule ^captcha/?$ /index.php [L]
 
 RewriteRule ^note/([^/\.]+)?/?$ /index.php?note=$1 [L]