From 9eb0aa2cf0c51d6942a8886b5bd33131a199e454 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 12 Mar 2017 21:28:47 -0700 Subject: [PATCH] Don't need that rewrite rule anymore --- files/.htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/.htaccess b/files/.htaccess index 5cefb9d..2a8c2a5 100644 --- a/files/.htaccess +++ b/files/.htaccess @@ -8,8 +8,6 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Some old URLs start with "en", just drop it RewriteRule ^en/(.*)$ /$1 [R=301,L] -# Some old URLs that are still linked to -RewriteRule ^contribute$ http://manual.openlp.org/faq.html#can-i-help-with-openlp [R=301,L] # Make .html optional RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d