"Jim Hayter" <see.reply.to.DeleteThis@nowhere.invalid> wrote in message
news:13hstkiev3p6b41@news.supernews.com...
[snip]
>
> This can be done using mod_rewrite. The parameters after the ? are known
> as the Query_string. Rewrite Rules can be written that are conditional on
> query_string matching a regular expression:
>
> RewriteCond %{QUERY_STRING} wxyz
> RewriteRule (.*) <redirect URL>
Thanks Jim;
I went back and scanned all my articles -- and there in one of them is the
mention of using {QUERY_STRING}. Looks like I missed it while trying to
absorb all the other info.
Thanks again.
Charles...
>> Stay informed about: Using mod ReWrite to redirect request with certain paramet..