Forum Discussion
Ed_Lane_26850
Jun 24, 2011Nimbostratus
irule redirect
I am having trouble with creating an irule that will redirect when url http://www.offer.sportography.com is received and redirect it to http://offer.sportography.com dropping the www from the url. ...
Colin_Walker_12
Jun 24, 2011Historic F5 Account
All you'd need is:
when HTTP_REQUEST {
if {[HTTP::host] equals "www.offer.sportography.com"} {
HTTP::redirect "http://[string trimleft [HTTP::host] 'w.']"
}
}
This will strip any "w" or "." characters from the left of the string. It basically eats all characters found within the single quotes, w. in this case, until it gets to the first character that isn't one of those two values.
Colin
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