]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 1272, comment #41: anchor redirection regexp
authorDavid Kastrup <dak@gnu.org>
Tue, 14 Jan 2014 08:54:43 +0000 (09:54 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 14 Jan 2014 08:54:43 +0000 (09:54 +0100)
Documentation/web/server/lilypond.org.htaccess

index b4298e748b218c61a16d4049c5f77ec4c7ff2efe..910890dc0d987df46f57883b8c372ab268322157 100644 (file)
@@ -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/.* /
 
 ###########################################