Forum Discussion
Jo_Anglin_5148
Mar 05, 2009Historic F5 Account
HTTP redirect assistance
I have created a web server for internal use and I am having this problem.
target: http://enabled/VenNew/version1/logon.asp
source: http://VenNew/version1/logon.asp
I als...
lmwf1_55268
Nimbostratus
Mar 05, 2009Try one of this.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] starts_with "enabled" } {
HTTP::redirect "http://VenNew/version1/logon.asp"
}
}
when HTTP_REQUEST {
if { [HTTP::host] starts_with "enabled" } {
HTTP::redirect "http://VenNew/version1/logon.asp"
}
}
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