From a4064261ead64f6b2109d8b15145072c9c3d1e67 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 6 Apr 2016 11:39:40 +0100 Subject: [PATCH] Fix (harmless) typo. --- manual.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.conf b/manual.conf index 3aa2049..133652b 100644 --- a/manual.conf +++ b/manual.conf @@ -9,5 +9,5 @@ Alias /manual /usr/share/httpd/manual AllowOverride None Require all granted - RedirectMatch 301 ^/manual/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)(/.*)$ "/manual$1 + RedirectMatch 301 ^/manual/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)(/.*)$ "/manual$1"