Hello,
I'm would like to create an ACL that will rewrite the URI if the URI is "/Test" https://test.example.com/Test<https:///geoEdgeTest> Change it to: /Prod https://test.example.com/Prod But At the same time also send it to a specific backend Here is what I've tried but does not seem to work: acl is_test url_beg /Test use_backend test if is_test http-request set-path /Prod if is_test Thanks you, Haim

