Forum Discussion
URL Rewrite?
- Dec 11, 2020
It's possible if abs.abc.com site is accessible from the BigIP... By simply using a pool for abc.abc.com's (Even if you have to create a new one) to service requests that hit /reseller/
BTW, I'd use starts_with rather than contains... Otherwise the URL /something/reseller/something will get redirected as well, which doesn't match your stated requirement https://clouddocs.f5.com/api/irules/starts_with.html
i.e.
- Create pool for abc.abc.com
- Replace HTTP::redirect with POOL $pool_name (https://clouddocs.f5.com/api/irules/pool.html)
H
It's possible if abs.abc.com site is accessible from the BigIP... By simply using a pool for abc.abc.com's (Even if you have to create a new one) to service requests that hit /reseller/
BTW, I'd use starts_with rather than contains... Otherwise the URL /something/reseller/something will get redirected as well, which doesn't match your stated requirement https://clouddocs.f5.com/api/irules/starts_with.html
i.e.
- Create pool for abc.abc.com
- Replace HTTP::redirect with POOL $pool_name (https://clouddocs.f5.com/api/irules/pool.html)
H
Recent Discussions
Related Content
* 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