Nevermind, i have fixed it..while the folder was CHMOD'd to 777, the files created in there werent. How would i set it up so files created in that folder and all subfolders have CHMOD of 777?
777 is a pretty dangerous permission setting... are you sure you want to use that?
Why not restrict it to the owner with full rights? You can set the owner to the web-server user.. then the web-server should always be able to get the pages, yet stay fairly secure otherwise..
Isn't the Cmod for what you're talking about 766? First number for owner, second for server, third for client? 7->write, execute, view. 6, write view, 5 view? Can't quite remember the chmod value meanings anymore.