Hi I'm trying to set ProxyPass to pass requested URL as GET parameter to destination URL, but I can't figure out how to write it in the config file.
I tried something like this:
ProxyPass ^(.*)$ http://example.com/?url=$1
ProxyPassReverse ^(.*)$ http://example.com/?url=$1
but it doesn't work. Can you help me please? Thanks!