Forum Discussion
Wasim_Hassan_13
Nimbostratus
Jun 10, 2014Redirect user to external URL
Hi,
I have one requirement for the URL rewrite.
i want my internal and external users they hit on
www.mycompany.com it should redirect to the external website to www.somewhereelse.co...
- Jun 10, 2014
You can try and implement this iRule:
when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "www.mycompany.com" } { HTTP::redirect "http://www.somewhereelse.com" } }
You will not need any pool for that. Just apply to the virtual server that handles www.mycompany.com. The client will resolve www.somewhereelse.com on his own and reconnect to the www.somewhereelse.com resource.
Cory_50405
Noctilucent
Jun 10, 2014Can you just create a CNAME in your DNS for www.mycompany.com, directing users to www.somewhereelse.com?
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