Forum Discussion
kazeem_yusuf1
Aug 17, 2017Nimbostratus
SHAREPOINT REDIRECT IRULE ON LTM
What IRULE can be used to redirect a sharepoint website. I have a sharepoint url in my environment which management wants redirected to https://share.denison.net.
https://share.dension.net is a...
Stanislas_Piro2
Aug 17, 2017Cumulonimbus
Hi,
You can try this code assigned to the HTTP virtual server.
when HTTP_REQUEST {
if {[HTTP::host] equals "share"} {
HTTP::redirect "https://share.dension.net[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