Hello,
We need to redirect a HTTPS url to an external url. The customer only needs to see the original url. What is the best way to do this? Can we use Aflex for this or do we need to use the proxy feature?.
Example: https://www.originalweb.com → https://redirectweb.com
They now use <VirtualHost *:443> ServerName www.originalweb.com ProxyPass / http://redirectweb.com/ ProxyPassReverse /http://redirectweb.com/ on the webservers and we want to do this on the A10
Thank you.