Hi there,
On Sharepoint 2013 I want to avoid that visitors just add “/SitePages/Forms/AllPages.aspx” or “/SitePages” in the URL and see all pages.
Is there a way to change permissions for AllPages.aspx (and the other views) or redirect if someone is typing “…MySharepoint/SitePages/” back to the homepage?
Thanks for any hint on this!
I thought you could do this by opening SharePoint Designer and selecting that library then right click to Properties –> Settings –> Hide from Browser, then save it top left hand corner. It seems to be redirecting back to it though. You could make a default view with nothing in it or try editing that page in SPD to have redirect code on it. I think there are some PowerShell commands to hide libraries also but I am not sure if you have the ability to run PowerShell or not.