cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
352
Views
0
Helpful
1
Replies

Domain re-direction with http to https redirection also.

xiaolonguk
Level 1
Level 1

Is this possible?

I want to redirect flows from www.mydomain.co.uk to www.mydomain.com but also be able to do a https redirection from http://www.mydomain.co.uk to https://www.mydomain.com or http://www.mydomain.com to https://www.mydomain.com

I have the http to https redirection working fine through the examples on cisco.com however im not sure how I do this.

Do I just need to create another rserver with a web-direction to a static url?  or can I do something fancy with the %h variable.

Thanks

1 Reply 1

Daniel Arrondo Ostiz
Cisco Employee
Cisco Employee

For these kind of redirections, since we are changing the host string, we cannot use the %h variable, and therefore, you will have to use static url redirections.

Also, you should take into account that, if you need to do redirections from https://www.mydomain.co.uk to https://www.mydomain.com, you will also need to have SSL termination in place, otherwise, the ACE would not be able to parse the request.