On 6/8/2012 5:35 PM, Daniel Ruggeri wrote:
> You can use mod_rewrite to take action based on URI and query string as
> well as proxy. This should work for you:
Sorry! Correction!

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/product/detail$
RewriteCond %{QUERY_STRING} ^(bsins=20.*)
RewriteRule .* balancer://product-gift/%1 [P,L]

-- 
Daniel Ruggeri


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to