Forum Discussion
Jason_19901
Jul 25, 2011Nimbostratus
Validate iRule
when HTTP_REQUEST {
Check if host is abc.com
if {[string tolower [HTTP::host]] eq "abc.com"}{
Rewrite the URI to /irj
HTTP::uri "/irj"
}
...
Colin_Walker_12
Aug 10, 2011Historic F5 Account
Keep in mind that your iRule as it's written will redirect all requests to a single URI. Just making sure that's what you want. ;)
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