Hi,
I would like to redirect a URL using RedirectMatch within Apache eg,
/test/one/?? redirect to /test/two/??
where the ?? represents any string that follows
The redirect i'm using below does a straight redirect but doesnt match any string after... RedirectMatch Permanent ^/test/one?$ /test/two/
Thanks alot