From 56f53a0a15236d62ab652aae868c3f91263ffed5 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 12 Jan 2014 12:41:13 +0000 Subject: [PATCH] Modification to .htaccess to allow redirect to work Signed-off-by: David Kastrup --- Documentation/web/server/lilypond.org.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index d4ba378dbe..b4298e748b 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -110,7 +110,7 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ %{ENV:WEB}/$1 [QSA,L] ## Redirect the old web/ to the homepage -RedirectMatch 301 /web/* / +RedirectMatch 301 /web/.* / ########################################### -- 2.39.5