My Projects

  • Cadac Organice Cloud Solutions
  • Zeeco (US) Farm configuration SharePoint 2010
  • VolkerInfra Farm configuration Organice with SP2010
  • Van Mourik Setup of DTAP Configuration SharePoint

SharePoint, Host Headers and Loopback Checking

User Rating:  / 0
PoorBest 

When you create a host header on a SharePoint Web Application and you try to access a site collection on that server you cannot login. Every Time you enter your user-name and password the login box comes back.

The clue here is that the only machine I can’t browse to the root site collection from, is the local machine itself.

To fix this you can add a registry key to disable the loopback process.

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.

NOTE: When you don't restart your computer the fix will not work!

Or you can download the reg key from here: http://www.zoutenbier.nl/downloads/disableloopback.reg (right click and save as..)
Visit the Microsoft Support Site for additional Information: http://support.microsoft.com/kb/896861/en-us
top