Forum Discussion
Combine irules to avoid http redirect error
ltm rule /Common/iRule_https_redirect_301 { when HTTP_REQUEST { HTTP::respond 301 Location https://[getfield [HTTP::host] ":" 1][HTTP::uri] }
ltm rule /Common/iRule_Sitecore_Login_redirect { when HTTP_REQUEST { if { [string tolower [HTTP::uri]] eq "sitecore/login$"} { HTTP::respond 301 Location "[HTTP::host]" }
ltm rule /Common/iRule_Skyscape { when HTTP_REQUEST { if {[string tolower [HTTP::host]] eq "; }{ HTTP::respond 301 Location "https://www.homesbylendlease.co.uk/development/west-grove/?utm_source= skyscape_domain &utm_medium=redirects" } }
ltm rule /Common/iRule_Sitecore_dev { when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "/_dev"} { HTTP::redirect "http://[HTTP::host]/" }
ltm rule /Common/iRule_Redirect_sitecore { when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "/sitecore"} { HTTP::redirect "http://[HTTP::host]/"
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
