Forum Discussion
jklemm2000
Nimbostratus
Jun 16, 2007Need assistance big time
Guys and Gals,
I am trying to do a simple http://owatest.mysite.com to http://owatest.mysite.com/exchange The problem is its not working. Does anyone have an irule handy that can help me???...
Wil_Schultz_101
Nimbostratus
Jun 18, 2007This should do ya:
when HTTP_REQUEST {
if { ([string tolower [HTTP::host]] == "owatest.mysite.com") and ([string tolower [HTTP::uri]] == "/")} {
HTTP::respond 301 \
"Location" "http://owatest.mysite.com/exchange" \
"Server" "mysite.com"
}
}
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