• Hello Guys,

    So usually it seems platforms or CMS systems have guidelines on permissions. For instance Magento has their permissions set to:

    chown -R :apache .
    find . -type d -exec chmod 770 {} \; && find . -type f -exec chmod 660 {} \; && chmod u+x bin/magento

    for the root of the installation, however I have no guidelines on how to set my permissions. Anyone have a guideline?

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Permissions’ is closed to new replies.