Forum Discussion
KrisP_153379
Nimbostratus
May 15, 2014How to change https://lalala to https://lalala/somethingelse/file.aspx
Hello,
I would like to ask about something. I have successfully configured a VIP on F5 for http (http://lalala) and redirect the traffic to https (https://lalala/somethingelse/file.aspx). But I have ...
Lee_Payne_53457
Cirrostratus
May 15, 2014There are a couple of ways to do it depending on what you want the users to see, if you don't mind them seeing the true IP I would suggest doing a simple 302 redirect using an iRule, similar to the below:
when HTTP_REQUEST { if { [HTTP::uri] equals "/" }{ HTTP::redirect "https://[HTTP::host]/somethingelse/file.aspx" } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects