Re: [users@httpd] Redirect to other server if file/directory does not exists.

2014-08-05 Thread Ivan Bondarev
Hi. I have a similar issue. I need to make a rewrite rule for this URL: / ///geturl?url=http://example.com/somepicture.jpg/ to proxy it to the ///url/ parameter value. So, i used rules like this: /RewriteEngine on// //RewriteOptions Inherit// //RewriteCond %{REQUEST_FILENAME} !-f//

Re: [users@httpd] Redirect to other server if file/directory does not exists.

2014-08-05 Thread Ivan Bondarev
OMG, it worked as tiny swiss clocks! Thanks Igor. 05.08.2014 12:36, Igor Cicimov пишет: On 05/08/2014 5:30 PM, Ivan Bondarev ivan.bonda...@neklo.com mailto:ivan.bonda...@neklo.com wrote: Hi. I have a similar issue. I need to make a rewrite rule for this URL: /geturl?url=http