X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=.htaccess;h=9bd010bade47b7e356228bbaeb5d6f798c31aebc;hb=d2156630c0f3e7aca93cb72c762f713e9c8bdad3;hp=d06e66b3db40909c361ce77dc5d225d1c7561a64;hpb=ed22b7f1393fb7102beb9bbfad22864c2d4acb7a;p=dylansserver.git diff --git a/.htaccess b/.htaccess index d06e66b..9bd010b 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,10 @@ ErrorDocument 404 /404.php RewriteEngine on +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]