So far I understood to prevent 777 as follows (in the admin you are a user just like a visitor in your shop, but using FTP you are the owner so 755 is enough for writing to directories as an owner):
- don't use cache (otherwise you need 777 for the cache dir)
- don't write sessions to a dir (otherwise you need 777)
- replace images upload fields in categories and manufacturers with normal input fields for the names of pictures only, upload them with FTP (and faster too)
- don't use the backup in admin (otherwise you need 777 for the backup dir), use the export function in your phpmyadmin for backing up of the mysql database
- avoid using temp or tmp or a directory for temporary objects
- use always FTP to place objects in a directory if needed (e.g. banners, backups etc.)
Right ? (I could not change the header because it is "did I understand this right"
Edited by Felix Scheiffers, 23 November 2009 - 04:36 AM.










