Hallo..I' ve problems with the ive configuration: i'm trying to give external users access to some sharepoint urls,but i don't want that they could go to the home intranet page and so navigate in it. In short, i need that this kind of users go in the specific pages i setted and navigate in that subpages.
I 've tried do deny the home page url, but in this way i can't reach the page i need to allow.
How can i do?
Thanks
Solved! Go to Solution.
You could try put the "more specific" URLs you need to provide access to in the top of the Web ACL list under Resource Policies > Web > Web ACL and the home page towards the bottom.
For example, if you need to allow http://homepage.net/sales/* and http://homepage.net/dev/*_ for the users and NOT allow http://homepage.net/*, then create 3 ACLs in the following order in the Web ACL list
http://homepage.net/sales/*_ Allow
http://homepage.net/dev/*_ Allow
http://homepage.net/*_ Deny
The ACLs are evaluated top to bottom and hence the more specific URLs would be checked first and allowed.
Hope this helps.
You could try put the "more specific" URLs you need to provide access to in the top of the Web ACL list under Resource Policies > Web > Web ACL and the home page towards the bottom.
For example, if you need to allow http://homepage.net/sales/* and http://homepage.net/dev/*_ for the users and NOT allow http://homepage.net/*, then create 3 ACLs in the following order in the Web ACL list
http://homepage.net/sales/*_ Allow
http://homepage.net/dev/*_ Allow
http://homepage.net/*_ Deny
The ACLs are evaluated top to bottom and hence the more specific URLs would be checked first and allowed.
Hope this helps.
ok..i'll try to apply that..I will tell you something.
Thanks a lot!!
oK!!
now is possible to have a selective browsing..Thank you very much.
But i have another problem with some some pages..If you see the screenshot attached, maybe you can help me again.
There is something who blocks the expansion of menues..Is strange,maybe is something about java application..
Good to know that it works. If you think this is a good solution, please flag it so that others can benifit from the same (A kudos would be good if you think I earned it:-) )
Back to your next query. I am not sure if this is a Java issue but you could try create an ACL under Resource Policies > Web > Java ACL. Allow everything (*) for now. This would help to make sure that its not a Java ACL related issue. _
It looks like an error in Javascript (or Java if that is what the page is written in); please gather the information here (Rewrite troubleshooting and log collection) and open a JTAC case for further investigation.