Examples for RemoteProxyMatch?

Helicon Ape provides support for Apache .htacces and .htpasswd configuration files for Microsoft IIS.
User avatar
Posts: 4
Joined: 07 Jun 2012, 18:29

Examples for RemoteProxyMatch?

07 Jun 2012, 18:32

I am using this...

ProxyRemoteMatch http://www.racebeer.com/UserPics/(.*)\.jpg http://res.cloudinary.com/racebeer/imag ... ser_$1.jpg

and it does not appear to be working.

It has occurred to me to use other methods however, I do require the use of regex.

User avatar
Posts: 871
Joined: 12 Mar 2012, 09:54

Re: Examples for RemoteProxyMatch?

08 Jun 2012, 05:28

Hello,

Please try to use the following syntax instead:

RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.racebeer\.com$ [NC]
RewriteProxy ^UserPics/(.*)\.jpg$ http://res.cloudinary.com/racebeer/imag ... ser_$1.jpg [NC]

P.S. We'll try to figure out why your syntax is not working.

Return to Helicon Ape

Who is online

Users browsing this forum: No registered users and 35 guests