Use the windows file security, make sure the useraccount the webservers runs on has atleast read access.. (For IIS that's usually IUSR_MYMACHINE).. chmod 777 means writeable by everyone..
A 403 Error is usually because there's no default page (like index.htm or default.asp) and you've turned off directory browsing..




Reply With Quote