Hello, I am trying to achieve Url rewrite of this form:
http://couchdb:5984/a/b/* => http://server:1234/c/* Tried this without success: a/b = {couch_httpd_proxy, handle_proxy_req, <<"http://server:1234/c">>} Getting: {"error":"not_found","reason":"no_db_file"} I wonder if I need to escape the "/" somehow. Tried a%2Fb but got the same result. Any idea? Thanks! Boaz
