diff options
author | Phil Holmes <mail@philholmes.net> | 2014-01-12 12:41:13 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2014-01-12 14:24:46 +0100 |
commit | 56f53a0a15236d62ab652aae868c3f91263ffed5 (patch) | |
tree | 4aa2e8942e2bfff1369685b5a7eda994df6ca9ac | |
parent | 2b7ab5b373a459daa3f39b8ddf592996345f699f (diff) |
Modification to .htaccess to allow redirect to work
Signed-off-by: David Kastrup <dak@gnu.org>
-rw-r--r-- | Documentation/web/server/lilypond.org.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
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/.* / ########################################### |