Forum Discussion
kneebolt_142346
Nimbostratus
Feb 10, 2014Redirect external traffic to internal sharepoint page
So the idea is to have an external url, ex. http://donor.domain.com hit the F5 and then redirect to an internal sharepoint site, say http://sharepoint/donor.aspx. It seemed simple in my head, just do...
Kevin_Stewart
Employee
Feb 10, 2014I'd try something like this:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://donor.company.com/sites/dm/default.aspx"
}
HTTP::header replace Host "sharepoint"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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