Forum Discussion
Hien_Truong
Cirrus
May 21, 2021irule with default redirect to home page.
i have irule with redirect some uri and the rest of them redirect to the Home page. i don't know why it is not go to home page. i appreciate your help. Thanks when HTTP_REQUEST { if { [HTTP...
May 22, 2021
Hi Hien Truong,
Can you add "30x Location" after "HTTP::respond" for default case?
or you can use HTTP::redirect
# 301
default { HTTP::respond 301 Location "https://www.CDF.com" }
# 302
default { HTTP::redirect "https://www.CDF.com" }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
