Forum Discussion
Nezar
Nimbostratus
Jul 22, 2020Redirect Url
Hi
I need to configure URI redirection as http://xyz.com to https://xyz.com/abc/dex.html
Hi Nezar,
Can you add this iRule to http virtual server?
when HTTP_REQUEST { if { [HTTP::host] equals "xyz.com" && [HTTP::uri] equals "/" } { HTTP::redirect "https://xyz.com/abc/dex.html" } }
- Nezar
Nimbostratus
Hi
its working , thanks for your help
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