Forum Discussion
Ravi_110217
Nimbostratus
Mar 11, 2008new HTTP page redirection request
Hello GuYs,
I am wondering if someone could help me out with HTTP page redirection rule... I have tried with couple of rules but none of them worked. See example below that how do I want to ...
The_Bhattman
Nimbostratus
Mar 12, 2008This is probably would your code should look like
when HTTP_REQUEST {
log local0. "uri is [HTTP::uri]"
log local0. "host is [HTTP::host]"
if { ([HTTP::host] eq "www.oncecredit.com") && ([HTTP::uri] eq "/personalcredit") } {
log local0. "redirecting user..."
HTTP::redirect "http://[HTTP::host]/OnceOnline/99.aspx" }
}
thanks,
CB
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