Forum Discussion
PacketHead_4009
Nimbostratus
Feb 17, 2010Simple redirect ?
Ok, this probably doesn't qualify for Adv Configuration but I couldn't find a spot where this question would fit.
How I can create a redirect so that if a user tries to go to:
...
L4L7_53191
Nimbostratus
Feb 17, 2010There's a missing paren - try this:
when HTTP_REQUEST {
if {([HTTP::Host] eq "webmail.mysite.com") and ([HTTP::uri] eq "/")} {
HTTP::redirect "https://webmail.mysite.com/home/mail/default/"
}
}
..On the 443 virtual server.
-Matt
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
