X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=.htaccess;h=fb00ba6bf9801e9b1ef04b106442331e68c22fb3;hb=258930d948cf01e0d3fac8f7221b740de04f0908;hp=d06e66b3db40909c361ce77dc5d225d1c7561a64;hpb=7e4f42439c5e121d0c5647d282d6e4477e2696d1;p=dylansserver.git diff --git a/.htaccess b/.htaccess index d06e66b..fb00ba6 100644 --- 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]