Luca_55898
Aug 18, 2011Nimbostratus
http URL to HTTPS URL redirect with URI
I need to be able to redirect incomming requests on a HTTP URL to a HTTPS URL with URI.
So what that means is I need:
http://www.mysite.com to redirect to https://www.mysite.com/page1/login.html
I already have a HTTP and HTTPS VIP. The HTTP already redirects to HTTPS.
However i had to use some HTTP classes to redirect to different pools based on the URI.
How can i do this and maintain my existing HTTP class configs?