chmod of 755 is fine for most directories. If you need to allow file uploading to certain folders (attachments, avatars, css, custom profile pictures etc.) then use "666", or if that does not work use "777".
There is no list because most servers will set the correct permissions when a file is uploaded. Infact you probably won't have to chmod anything if you're using the database to store user uploads and css.
|