Hello,
I've been trying to use "Redirect 301" to redirect a multiple set of pages, but it seems that regexp doesn't work with that (at least from what I tried).
Is it possible to use one line to redirect
/blah & /balh/ & /blah/<whatever comes here> or at least /blah<whatever comes here whether or not prefixes with a forward slash> to a new page?
Redirect 301 /blah [
mysite.com...]
Additionally, is there a way to make %{HTTP_HOST} parse within that line?
Regards,