Forum Discussion
veato
Nov 02, 2016Nimbostratus
iRule for URL Redirect
I have an on premise SharePoint farm and am migrating to Office 365. As this happens I would like to send requests for the old site to the new. For example the intranet portion of the farm has been m...
Samir_Jha_52506
Nov 02, 2016Noctilucent
Please try this irule.
when HTTP_REQUEST {
if { [HTTP::host] equals "mysharepointonprem.company.com" and [HTTP::uri] starts_with "/intranet" } {
HTTP::redirect "https://newcloudsharepoint.company.com/sites/intranet"
}
}
- veatoNov 02, 2016Nimbostratus
This looks to be doing what I want so thanks.
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