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 Thank you, Charly ----- Mensaje original ---- De: Stephen Wellington <[EMAIL PROTECTED]> Para: [email protected] Enviado: martes 2 de septiembre de 2008, 16:31:25 Asunto: Re: [EMAIL PROTECTED] redirect with query string On 9/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have a redirect problem, I already googled it and I cannot find how to do > it. > > What I have to do is: > > I have this URL: > http://www.domain.com/abc/def/abcd.asp?abc=123&def=456&ghi=135 > > I have to redirect the requests to: > http://www.domain.com/xzy/uvw/abc/xyz.asp?cba=000&zyx=111 > > Anybody knows how to do it? > > Thanks, > > Charly > > > > > ____________________________________________________________________________________ > ¡Buscá desde tu celular! > > Yahoo! oneSEARCH ahora está en Claro > > http://ar.mobile.yahoo.com/onesearch > > --------------------------------------------------------------------- > 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] > > Can you explain a little more exactly which parts of the URL you want rewritten to where? For example, how are the values 000 and 111 generated? and the various parts of the URL: How do they match up between the incoming and rewritten URLs? Will gladly help if you explain a little more.. wellingtonsteve ____________________________________________________________________________________ ¡Buscá desde tu celular! Yahoo! oneSEARCH ahora está en Claro http://ar.mobile.yahoo.com/onesearch --------------------------------------------------------------------- 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]
