Answered by:
Site collection administrator cannot access site collection

Question
-
I just did a fresh MOSS 2007 install and have finished configuring the environment. I can access Central Administration without any issues, but when I try to navigate to the newly created site collection, I am continually prompted for credentials which SharePoint never accepts (after a few attempts, I receive the "You are not authorized..." error).
I am entering my username as DOMAIN\username. I have confirmed that I am listed as a Site Collection Administrator on the newly created site collection though.
What am I missing?
- Edited by Sephiroth0327 Tuesday, July 13, 2010 2:31 PM grammar
Tuesday, July 13, 2010 2:25 PM
Answers
-
Success! This topic addressed my exact issue:
Essentially, I was trying to access the site collection from the machine where MOSS is installed. I tested accessing the page from another machine and it worked right away. To access the site collection from the server machine, I needed to modify the registry to disable loopback in order to view the page from the server (see link above).
- Proposed as answer by Benjamin Athawes Tuesday, July 13, 2010 7:51 PM
- Marked as answer by Mike Walsh FIN Wednesday, July 14, 2010 3:17 AM
Tuesday, July 13, 2010 4:38 PM
All replies
-
try adding yourself in central admin to Policy for Web Application. Give yourself full controlTuesday, July 13, 2010 2:54 PM
-
Just tried that - still cannot access site collectionTuesday, July 13, 2010 3:12 PM
-
Success! This topic addressed my exact issue:
Essentially, I was trying to access the site collection from the machine where MOSS is installed. I tested accessing the page from another machine and it worked right away. To access the site collection from the server machine, I needed to modify the registry to disable loopback in order to view the page from the server (see link above).
- Proposed as answer by Benjamin Athawes Tuesday, July 13, 2010 7:51 PM
- Marked as answer by Mike Walsh FIN Wednesday, July 14, 2010 3:17 AM
Tuesday, July 13, 2010 4:38 PM -
Just to add a little more information for what is a VERY common issue on the forums...
The access denied (401.1 status code) error occurs when attempting to access a custom host header or fully qualified domain name on the local server where SharePoint is installed. This is a security feature that was introduced in Windows Server 2003 Service Pack 1 in order to help prevent reflection attacks.
Unless you make a change to the registry to add the required custom host headers (or disable the feature completely, not recommended), authentication will fail. This explains why a lot of folk install SharePoint, create their first Web application with a custom URL and receive this error message.
This is explained in this KB: http://support.microsoft.com/kb/896861/en-gb
HTH.
Benjamin Athawes
Twitter
SharePoint Blog
Tuesday, July 13, 2010 7:50 PM