Currently to obtain that any caracter following "/lgp" goes to another site, you cannot do it in a single rule
/lgp/** does not match (due to the AliasRedirectionAction line 91 that do the following
alias.getUrl().split("\\*\\*"))
The workaround for the moment is to add two rules
/lgp/* and /lgp/*/