]> git.donarmstrong.com Git - lilypond.git/commitdiff
Modification to .htaccess to allow redirect to work
authorPhil Holmes <mail@philholmes.net>
Sun, 12 Jan 2014 12:41:13 +0000 (12:41 +0000)
committerDavid Kastrup <dak@gnu.org>
Sun, 12 Jan 2014 13:24:46 +0000 (14:24 +0100)
Signed-off-by: David Kastrup <dak@gnu.org>
Documentation/web/server/lilypond.org.htaccess

index d4ba378dbef4277ef0235dc5c45e400cc08ad6b1..b4298e748b218c61a16d4049c5f77ec4c7ff2efe 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/.* /
 
 ###########################################