Forum Discussion
ccorbin_169073
Nimbostratus
Sep 04, 2014Redirect website to new uri
I am completely new to F5
I've done a few simple redirects but having problems redirecting www.abc.dom to www.xyz.com/path/path2 for example
What I have in the iRule is:
if {
[HTTP::reque...
Sep 04, 2014
Depending on your software version you could do this several ways. You could use a HTTP Class in versions prior to 11.4, use Local Traffic Policies in 11.4 and newer, or use an iRule as you are attempting.
I would adjust your rule to the following:
if { [HTTP::host] ends_with "abc.com"} { HTTP::redirect "http://www.xyz.com/xxx/xxxxxxx[HTTP::uri]" }
If you need a 301 redirect instead of a 302, you will have to use HTTP::respond.
You can get a better sense of what is happening by using a log statement like the following, putting it or something similar inside and outside of your if statement. Be sure to disable it before running the rule in production.
log local0. "client: [IP::client_addr], host: [HTTP::host], uri: [HTTP::uri]"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