>> Why not redirect the entire site from the home page?
>
> It's just a little bit nicer to keep existing snippet links working
> (there are tons of them in the mailing list archives), and it
> doesn't take much effort. FWIW, since I see you're using Apache,
> here's a config snippet that should work (I just tested it on a
> different server):
>
> RewriteEngine on
> RewriteCond %{QUERY_STRING} ^id=(\d+)$
> RewriteRule .* https://wiki.lilypond.community/wiki/LSR_%1 [L,R=301,QSD]
> RewriteRule .* https://wiki.lilypond.community [R=301,QSD]
Please wait with the transition until `makelsr.pl` gets updated!
Fetching LSR snippets is an essential part of the documentation. And
I'm sorry to say that it will take some time until I can work on this
script again.
Additionally, we have to discuss the policy how snippets are handled
in the Wiki. In particular, I strongly suggest that all snippets in
the category "Included in the official documentation" are protected,
that is, changes must be approved.
Werner