From: Dylan Lloyd Date: Thu, 10 Mar 2011 21:43:38 +0000 (-0500) Subject: RewriteRule for verify now works w/o trailing / X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=85bb89e8ee1cd0d518b61f6d14c1c939db6c6d0b;hp=9da61e74c9ee47a13e7e5d13ab951429d51e8629;p=dylansserver.git RewriteRule for verify now works w/o trailing / --- diff --git a/.htaccess b/.htaccess index 7bf3682..d06e66b 100644 --- a/.htaccess +++ b/.htaccess @@ -7,7 +7,7 @@ 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] +RewriteRule ^note/([^/\.]+)?/(comments/)?verify/?$ /index.php?comments=true&verify=true¬e=$1 [L] RewriteRule ^notes/?$ notes/page/1 RewriteRule ^notes/page/?$ notes/page/1