Forum Discussion
Create iRule 404 Page redirect
- Oct 30, 2017
Create an iRule as below:
when HTTP_RESPONSE { if { [HTTP::status] contains "404"} { HTTP::redirect "" } }
Assuming you will have an http and https version, you will need to apply this iRule to the relevant VS.
Create an iRule as below:
when HTTP_RESPONSE { if { [HTTP::status] contains "404"} { HTTP::redirect "" } }
Assuming you will have an http and https version, you will need to apply this iRule to the relevant VS.
- DudiTrustnet_33Oct 30, 2017
Nimbostratus
Thank you its work!
- Gonzalex_330537Oct 30, 2017
Cirrostratus
Of course ;)
Do you mind marking this as answered, please.
thanks.
- DudiTrustnet_33Oct 30, 2017
Nimbostratus
done!
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
