I am trying to do some redirections with haproxy. I have 2 sites www.example.com and http://example.com
I want to redirect www.example.com to www2.example.com
But http://example.com should not be redirected, as it is being referenced by page.
How to do this with haproxy ?
Regards,
K