On 17 August 2012 15:02, Eric Covener <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
