Forum Moderators: phranque
I have a general question on Redirect/ RedirectMatch:
Can these two take backreferences as part of the URL to be redirected to?
eg.
Is this supported :
Redirect /cgi-bin/appname/(.*) [some.remote.ip.addr...]
or
RedirectMatch /cgi-bin/appname(.*) [some.remote.ip.addr...]
please let me know if this is right or wrong or what ..
thanks in advance,
Deepa