From: David Kastrup Date: Tue, 14 Jan 2014 08:54:43 +0000 (+0100) Subject: Issue 1272, comment #41: anchor redirection regexp X-Git-Tag: release/2.19.1-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f891ef7477f9ae833eeed500313ba92ee339dec;p=lilypond.git Issue 1272, comment #41: anchor redirection regexp --- 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/.* / ###########################################