Forum Discussion
Jeremy_Dorrough
Nimbostratus
Feb 13, 2006NEWBIE redirect questions
I am not a programmer to say the least. I have been given the task to convert our old bigip rules (v4) to the new bigip irules. Any help is greatly appreciated.
first type of rule:
redirect to "https://someipaddress"
second type or rule:
if (http_uri matches_regex ".*cmd.exe*." or http_uri matches_regex ".*root.exe*." or http_uri matches_regex ".*admin.dll*." or http_uri matches_regex ".*default.ida*.") {
discard
}
else {
use pool somepool
}
third rule:
if (http_host contains "something") {
redirect to "https://website.com/%u"
}
else {
use pool somepool
}
Thanks in advance for any help!
Jeremy
- JRahm
Admin
Check out this post, most of what you are asking for is here:
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