Forum Discussion
atultilekar_718
Nimbostratus
Feb 23, 2016Help required for URL redirect on F5.
Help required for URL redirect on F5.
http://www.abcd.fi
http://www.abcd.com
http://www.abcd.net
https://www.abcd.fi
https://www.abcd.com
https://www.abcd.net
when we access any of the abov...
Josiah_39459
Feb 23, 2016Historic F5 Account
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"www.abcd.fi" -
"www.abcd.com" -
"www.abcd.net" {
HTTP::redirect "http://www.alfatake.fi/abcd"
}
}
}
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