From: Phil Holmes Date: Sun, 12 Jan 2014 12:41:13 +0000 (+0000) Subject: Modification to .htaccess to allow redirect to work X-Git-Tag: release/2.19.1-1~20^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56f53a0a15236d62ab652aae868c3f91263ffed5;p=lilypond.git Modification to .htaccess to allow redirect to work Signed-off-by: David Kastrup --- 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/.* / ###########################################