From 7f891ef7477f9ae833eeed500313ba92ee339dec Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 14 Jan 2014 09:54:43 +0100 Subject: [PATCH] Issue 1272, comment #41: anchor redirection regexp --- 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 b4298e748b..910890dc0d 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