Please make sure that the main index file in your HTML based site is properly named. Using both uppercase and lowercase letters in file name can lead to this error - server will ignore the file and throw out 403 Forbidden notification.
Index file should be named "index.html" or "index.htm", all lowercase.