RE: [Pound Mailing List] Proxy a request to new URL

2013-01-08 Thread Derr, Alex
Mailing List] Proxy a request to new URL Hi, This is not a feature supported by pound. Assuming you are using Apache, you can use rewrites as follows: RewriteRule ^old/(.*)/$ http://example.com/new/app/$1 [R=301,L] /Alan Den tis 8 jan 2013 17:37:03 skrev Derr, Alex: > Hi, > > I am a

Re: [Pound Mailing List] Proxy a request to new URL

2013-01-08 Thread Alan McGinlay
Hi, This is not a feature supported by pound. Assuming you are using Apache, you can use rewrites as follows: RewriteRule ^old/(.*)/$ http://example.com/new/app/$1 [R=301,L] /Alan Den tis 8 jan 2013 17:37:03 skrev Derr, Alex: Hi, I am attempting to proxy some image files from an old URL to

[Pound Mailing List] Proxy a request to new URL

2013-01-08 Thread Derr, Alex
Hi, I am attempting to proxy some image files from an old URL to the new while redirecting the old URL to the new. See below: Old URL: example.com/old/images/image.gif New URL: example.com/new/app/images/image.gif This configuration: Service URL "^/old.*" Redirect "https://example.com/