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 also currently functional and serving the same content like .
Users on the Windows domain,only type and get automatically redirected to .
How then do i redirect requests which load to to https://share.denison.net
- Stanislas_Piro2Cumulonimbus
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