X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=.htaccess;h=dc5f0abefaeca3642815653d9d8e583c2a457c9b;hb=5bcb138ac97476619e78aaa52e9f5507003d5caf;hp=d06e66b3db40909c361ce77dc5d225d1c7561a64;hpb=8d2cf39d98794c59a92155d9e119db205f431436;p=dylansserver.git diff --git a/.htaccess b/.htaccess index d06e66b..dc5f0ab 100644 --- 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]