From c81b81a482865f4d4527de8fc6dc5fcc35ef4f5a Mon Sep 17 00:00:00 2001 From: MagicLegend Date: Mon, 23 Sep 2024 18:34:11 +0200 Subject: [PATCH] 593 - Removed unneeded redirect --- static/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/static/.htaccess b/static/.htaccess index 76cb30ed..e2451288 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -40,7 +40,6 @@ RewriteRule .* /contribute/#donate [NE,L,r=301,QSA] RewriteCond %{REQUEST_URI} ^/divd-nl-2024/code [NC] RewriteRule .* /what-we-do/code-of-conduct/ [L,r=301,QSA] -RewriteRule .* /what-we-do/code-of-ethics/ [L,r=301,QSA] RewriteCond %{REQUEST_URI} ^/divd-nl-2024/join [NC] RewriteRule .* /contribute/volunteers/ [L,r=301,QSA] \ No newline at end of file