Forum Discussion
Maskman_58643
Nimbostratus
Jan 14, 2010Redirect 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
Nimbostratus
Jan 14, 2010Hi 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.
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