On 17 August 2012 15:02, Eric Covener <covener@xxxxxxxxx> wrote: >> The following works >> >> RedirectMatch ^xyz(.*) http://xyz.host$1 >> >> but suffers from the problem that >> >> http://host/xyz123 > > maybe RedirectMatch ^xyz(/.*)? http://xyz.host$1 That won't match http://host/xyz which should redirect to http://xyz.host/ > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx