Forum Discussion
CS_215
Nimbostratus
Feb 12, 2010ReWrite URL again
Need to have the following behavior
person enters in url
http://www.server.com/short/file.htm
F5 pulls html code from
http://www.server.com/abnsg2226635/short/file.htm
and shows url in browser as
http://www.server.com/short/file.htm
**file.htm would change of course
Thanks
- The_Bhattman
Nimbostratus
HI CS,when HTTP_REQUEST { if {([HTTP::Host] eq "www.server.com") and ([HTTP::uri] starts_with "/short/") } { [HTTP::uri /abnsg2226635/[HTTP::uri] } }
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