X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=.htaccess;h=7bf3682841cb1cf0080de906f42e65e75e4ba5b5;hb=32b53fe9b8a5903e32e0552c097b3035dc39c5d5;hp=2d0df8f15794e2b940de1d703cfa4c1368916c7c;hpb=deb56dae38123d0a47612f01fe40122dbe001147;p=dylansserver.git diff --git a/.htaccess b/.htaccess index 2d0df8f..7bf3682 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,8 @@ ErrorDocument 404 /404.php RewriteEngine on +RewriteRule ^captcha/?$ /index.php [L] + RewriteRule ^note/([^/\.]+)?/?$ /index.php?note=$1 [L] RewriteRule ^note/([^/\.]+)?/comments/?$ /index.php?comments=true¬e=$1 [L] RewriteRule ^note/([^/\.]+)?/comments/verify/?$ /index.php?comments=true&verify=true¬e=$1 [L]