HI
I want a redirection like
RedirectMatch /client/index\.php\?option http://www.mysite.com.
I want the link /client/index.php?option to redirest to my site. I tried the above line, but it doesn't work.
Please help
| SitePoint Sponsor |
HI
I want a redirection like
RedirectMatch /client/index\.php\?option http://www.mysite.com.
I want the link /client/index.php?option to redirest to my site. I tried the above line, but it doesn't work.
Please help

pramit,
I don't believe that RedirectMatch will look at the query string. Ditto RewriteRule but you can AND it with a RewriteCond that can.
Regards,
DK
David K. Lynn - Data Koncepts is a long-time WebHostingBuzz (US/UK)
Client and (unpaid) WHB Ambassador
Updated mod_rewrite Tutorial Article (setup, config, test & write
mod_rewrite regex w/sample code) and Code Generator
Bookmarks