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

MOSS 2007 http error 403 Forbidden

User Rating:  / 0
PoorBest 

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)

top