On Tue, Sep 2, 2008 at 22:39, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi Stephen,
>
> I have to rewrite the full URL.
>
> If I go to: http://www.domain.com/abc/def/abcd.asp?abc=123&def=456&ghi=135
> I have to be redirected to: 
> http://www.domain.com/xzy/uvw/abc/xyz.asp?cba=000&zyx=111


RewriteCond  %{QUERY_STRING} abc=123&def=456&ghi=135
RewriteRule /abc/def/abcd.asp
http://www.domain.com/xzy/uvw/abc/xyz.asp?cba=000&zyx=111 [R]

But maybe this is not what you want. however until you tell us what
you want I can't give you anyhting more.

Krist




-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to