Forum Discussion
Muhammad_Irfan1
Cirrus
Dec 09, 2014Rewrite https://10.50.**.5:4443 to https://10.50.**.5:4443/ecommunications_enu/start.swe.
I am load balancing for 2 web servers.
Home page of application is **.5:4443/ecommunications_enu/start.swe
Everything is working fine but if client puts
**.5:4443 only then he lands ...
- Dec 09, 2014
you could do a simple redirect if a user tries to hit "/"
when HTTP_REQUEST { if {[HTTP::uri] equals "/"}{ HTTP::redirect } }
shaggy
Nimbostratus
Dec 09, 2014you could do a simple redirect if a user tries to hit "/"
when HTTP_REQUEST {
if {[HTTP::uri] equals "/"}{
HTTP::redirect
}
}
Muhammad_Irfan1
Cirrus
Dec 09, 2014Thanks. It worked
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