Forum Discussion
smiley_dba_1116
Nimbostratus
May 15, 2013Redirect when user browses to VIP instead of DNS name
I know this sounds simple, but is there a way to redirect a client when they http directly to the VIP itself? Case in point, Sometimes Apache and/or IIS has extension that has vulnerabilities, and us...
What_Lies_Bene1
Cirrostratus
May 16, 2013I'm not sure I understand your requirements but here's an improvement to your rule anyway which redirects any requests to just / to Google. If that's not what you need please clarify the requirement;
when HTTP_REQUEST {
if {[HTTP::uri] equals "/" } {
HTTP::redirect "http://www.google.com"
}
}
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