Directories and Files, read write permissions

Discussion in 'General troubleshooting' started by jaa17, Jul 12, 2011.

  1. Hi,

    Is there any way of manually changing the read write permissions of files and directories by altering the contents of web.config myself?

    I need to do the following:

    1 Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)

    2 Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):
    store/, cache/, files/ and images/avatars/upload/.

    3 Change the permissions on config.php to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)

    The reason I want to do it myself is because I am constantly modifying the webconfig myself so dont want to continually redo the iis7 conversion after every modification.
     

Share This Page