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.
Wasim_Hassan_13
Nimbostratus
Jun 10, 2014Hi,
I have created a VIP in F5 with (192.168.210.156) and attached the Irule with it.
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://www.somewhereelse.com/donate/test"
and it is working.
I cannot create the CNNAME but /done/test is not support in DNS server.
thanks for the prompt reply and solution.
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