Re: [EMAIL PROTECTED] rewrite proxy and query string

2006-10-05 Thread Joshua Slive
On 10/5/06, David Salisbury <[EMAIL PROTECTED]> wrote: Thanks for the tip, and I have looked into it. Acutally, right now, in my deconstruction of this, I'm just trying to get mod_rewrite to rewrite _anything_! RewriteEngine on RewriteLogLevel 9 RewriteRule ^sda-bin(.*) ddl-bin$1 ScriptAlias

Re: [EMAIL PROTECTED] rewrite proxy and query string

2006-10-05 Thread David Salisbury
thanx for any clues... and I have cleared my cache, and the access_log log's the query as normal. Startup is fine, so the module must be loaded. -ds - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Thursday, October 05, 2006 1:00 PM Sub

Re: [EMAIL PROTECTED] rewrite proxy and query string

2006-10-05 Thread Joshua Slive
On 10/5/06, David Salisbury <[EMAIL PROTECTED]> wrote: Just wondering if this is possible. Due to a technicality, I would like urls on our site asking for /dir/prog?gl/clouds.men* to be reverse proxied from http://another.domain.com/dir/prog?gl/clouds.men* So I'm trying. RewriteEngine on Rew

[EMAIL PROTECTED] rewrite proxy and query string

2006-10-05 Thread David Salisbury
Just wondering if this is possible. Due to a technicality, I would like urls on our site asking for /dir/prog?gl/clouds.men* to be reverse proxied from http://another.domain.com/dir/prog?gl/clouds.men* So I'm trying. RewriteEngine on RewriteRule ^(/dir/prog?gl/clouds.men*) http://another.doma