[tor-commits] [tpo/staging] Small fix to htaccess
emmapeel at torproject.org
emmapeel at torproject.org
Wed May 29 07:43:25 UTC 2019
commit f8fa754ab78c59ba7ad8e6cebecc90f4a0cf7190
Author: hiro <hiro at torproject.org>
Date: Fri Apr 26 15:08:18 2019 +0200
Small fix to htaccess
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 7c5f189..92c1a89 100644
--- a/.htaccess
+++ b/.htaccess
@@ -68,7 +68,7 @@ RewriteRule ^press/press(.*) /press [R=302,L]
# other (feel free to categorize)
RewriteRule ^people(.*) /about/people$1 [R=302,L]
-RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
+RewriteRule ^donate$ https://donate.torproject.org [R=302,L]
RewriteRule ^about/contact(.*) /contact$1 [R=302,L]
RewriteRule ^contact.html$ /contact/ [R=302,L]
More information about the tor-commits
mailing list