Forum Discussion
Greg_130338
Nimbostratus
Mar 21, 2014Sharepoint Subsites
Hey all, I'm trying to configure access to an internal sharepoint farm that hosts multiple subsites but I need to limit access to those external users logging in to one specific subsite. I used the S...
Kevin_Stewart
Employee
Mar 24, 2014At a minimum I think you'd want to do something like this:
when ACCESS_ACL_ALLOWED {
if { not ( [HTTP::uri] starts_with "/my-subsite-1" ) } {
HTTP::redirect "https://[HTTP::host]/my-subsite-1"
}
}
This should ensure that the user is redirected to the correct subsite AFTER the access policy is completed.
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