Forum Discussion
Maskman_58643
Jan 14, 2010Nimbostratus
Redirect an uri without "/"
Hi,
How can create a rule that redirect an uri without anything after "/" ?
for example :
redirect a https like "https://software.tuto.com/toto" to "https...
Cspillane_18296
Jan 14, 2010Nimbostratus
Hi Maskman,
have you tried just redirecting to "/"?
e.g.
==========
when HTTP_REQUEST {
switch [HTTP::uri] {
/someuri { HTTP::redirect / }
}
}
==========
I believe this would achieve the result you are looking for.
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