Hi Folks;
I have a URL redirect in place to change requests from;
www.domain.com/forums to www.domain.com/forum
This works well. However, if the requested URL does not exist then the user gets a 404 error message. Example;
www.domain.com/forums/xxxyyyzzz <= This URL will not redirect because the xxxyyyzzz page does not exist.
Is there any way to make the redirect work even if the requested URL does not exist?
ie, anything www.domain.com/forums/*.* whether the page exists or not, redirects towww.domain.com/forum
Thanks in advance!