> RewriteRule ^/2/(.*)$ https://my_reverse_proxy/rp/1/2/$1 > > So: > 1) why do I need to specify an absolute URL? > 2) is there a variable name I could use instead of my_reverse_proxy?
To answer 2) myself: %{SERVER_NAME}.
I still haven't figured out 1) though.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
