MOSS 2007 http error 403 Forbidden
- Details
- Alexander Zoutenbier
- Created on Thursday, 27 October 2011 19:50
- Hits: 240
Problem:
If you go to a SharePoint site and you get the error http 403 forbidden this means the site is locked.
Solution:
Start the command prompt and use the stsadm command:
stsadm -o setsitelock -url http://intranet/sites -lock none (in place of none you can also use readonly)

