Forum Discussion
maher_69299
Nimbostratus
Feb 02, 2010Redirecting URL with IP address to same URL that have the domain name
Hello Everyone
We have users accessing our web site using the IP address instead of the domain name. For example they use 192.0.32.10 on the browser to access www.example.com. How can I...
hoolio
Cirrostratus
Feb 02, 2010Hi Maher,
Here is an example which redirects clients who access the VIP with a hostname other than www.example.com:
when HTTP_REQUEST {
Check if host header value is not www.example.com
if {not ([string tolower [HTTP::host]] eq "www.example.com")}{
Send a 301 redirect
HTTP::respond 301 Location "http://www.example.com/"
}
}
Aaron
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
