Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread Joshua Slive
On 11/10/06, DM <[EMAIL PROTECTED]> wrote: Hi, Thanks for the advice about QUERY_STRING. Please allow me to re-state my problem and my current attempt at a solution: I want to rewrite a URL such as: http://www.example.org/myProgram?param1=val1&url=http://cellularlmanagerpp.aliant.net/foo/bar.

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread DM
Hi, Thanks for the advice about QUERY_STRING. Please allow me to re-state my problem and my current attempt at a solution: I want to rewrite a URL such as: http://www.example.org/myProgram?param1=val1&url=http://cellularlmanagerpp.aliant.net/foo/bar.html to http://www.example.org/myProgram?pa

Re: [EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread Joshua Slive
On 11/10/06, DM <[EMAIL PROTECTED]> wrote: Hi, I want to use mod_rewrite to change a URL such as the following: http://www.example.org/myProgram?param1=val1&url=http://host.domain.com/foo/bar.html to http://www.example.org/myProgram?param1=val1&url=http://something.else.com/foo/bar.html I'v

[EMAIL PROTECTED] using mod_rewrite to change param value

2006-11-10 Thread DM
Hi, I want to use mod_rewrite to change a URL such as the following: http://www.example.org/myProgram?param1=val1&url=http://host.domain.com/foo/bar.html to http://www.example.org/myProgram?param1=val1&url=http://something.else.com/foo/bar.html I've verified that mod_rewrite is correctly inst