commit f8fa754ab78c59ba7ad8e6cebecc90f4a0cf7190 Author: hiro hiro@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]
tor-commits@lists.torproject.org