Forum Discussion
Nezar
Nimbostratus
5 years agoRedirect Url
Hi I need to configure URI redirection as http://xyz.com to https://xyz.com/abc/dex.html
5 years ago
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"
}
}- Nezar5 years ago
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