Examples for RemoteProxyMatch?
2 posts
• Page 1 of 1
Examples for RemoteProxyMatch?
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.
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.
Re: Examples for RemoteProxyMatch?
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.
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.
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 6 guests