Forum Discussion
kyletran
Feb 28, 2022Copper Contributor
SharePoint main page Sorry, you don't have access
Hi all, General question, on our main SharePoint ( https://sample.sharepoint.com/) page the viewers get "Sorry, you don't have access". It should redirect to https://sample.sharepoint.com/_layou...
- Mar 01, 2022What you should do is go create a brand new site. Design it and get it ready, how you want it, then use the first link above and do a site swap and make he new site the brand new root site
David_Petree
Mar 01, 2022Copper Contributor
No, it would not be good to redirect it
the /sharepoint.aspx page is a custom page that only the user that is signed in sees. It shows just the sites that the current user has access to and is set to follow. Think of it as a bookmark page for only the user that is logged in.
Now that is out of the way, what are you trying to accomplish?
the /sharepoint.aspx page is a custom page that only the user that is signed in sees. It shows just the sites that the current user has access to and is set to follow. Think of it as a bookmark page for only the user that is logged in.
Now that is out of the way, what are you trying to accomplish?
kyletran
Mar 01, 2022Copper Contributor
David,
Just get it so that the main SharePoint page does not display that ambiguous message of "Sorry, you don't have access" and a lot of white space. Some cosmetics to it, to enhance the main page look and feel. Ideally redirecting to Sharepoint.aspx so that they can see the tiles and latest SP sites, our SP is only for users who have logged in. Should the main page ( https://sample.sharepoint.com/) be anonymous access? Thanks again,
Just get it so that the main SharePoint page does not display that ambiguous message of "Sorry, you don't have access" and a lot of white space. Some cosmetics to it, to enhance the main page look and feel. Ideally redirecting to Sharepoint.aspx so that they can see the tiles and latest SP sites, our SP is only for users who have logged in. Should the main page ( https://sample.sharepoint.com/) be anonymous access? Thanks again,
- David_PetreeMar 01, 2022Copper ContributorNo site should be anonymous
- David_PetreeMar 01, 2022Copper ContributorIf everyone in the company needs access to the root site, it's better to add the permission "Everyone but external users" to site permissions
- kyletranMar 01, 2022Copper ContributorDavid, do you have a particular site that I should refer to for SharePoint best security practice or a book?
Thanks again for your help,