OSX Mountain Lion localhost problems OSX Mountain Lion localhost problems unix unix

OSX Mountain Lion localhost problems


Fixed.

The problem was that most previous projects that I wasnt able to access were made on Windows. All folders transfered didn't got Sites chmod 644 and I dont know why.

So I just made new folders for every site that I was unable to open and for every path that was "invalid".

Now works perfectly.

P.S. There was probably an way to chmod all subfolders of "Sites" but I am new to mac so I don't know that. Cheers and good luck.


chmod -R o=rwX,go=rX ~/Sites

was exactly what did the trick for me - but I needed to change my home directory as well. After a

chmod -R o=rwX,go=rX /Users/

everything worked like a charm ...