ul. Powstańców Śląskich 7a
53-332 Wrocław
NIP 8992786490
KRS 0000608120
REGON 363987723
Global4Net Sp. z o. o.
+48 71 769 11 32
© 2009 – Global4Net. All Rights Reserved.
According to the above, it is worth remembering that having SSH access after the work is done, we are able to reset files rights just as to protect them before possible danger. Please never leave 777 access for diles or catalogues on the output store version. As to delete rights from the server console, please do the following activities :
1 2 3 4 5 6 7 | find . -type f - exec chmod 644 {} \; find . -type d - exec chmod 755 {} \; chmod 550 pear chmod 550 mage # for magento 1.5+ |
If PHP does not work as a module (DSO), this will be necessary to type the following commands :
1 2 3 4 5 6 7 8 9 10 11 | # for magento 1.5+ find . -type f - exec chmod 644 {} \; find . -type d - exec chmod 755 {} \; chmod o+w var var /.htaccess app/etc chmod 550 mage chmod -R o+w media<br><br> |
If You have the Magento version below 1.5, copy the following commands :
1 2 3 4 5 6 7 8 9 | find . -type f - exec chmod 644 {} \; find . -type d - exec chmod 755 {} \; chmod o+w var var /.htaccess app/etc chmod 550 pear chmod -R o+w media |
If at the end You would like to clean cache and session, use these commands :
1 2 3 4 5 | rm -rf var /cache/* rm -rf var /session/* |
Since the beginning of 2022, we are part of Unity Group. Now, by signing up for our newsletter, you will be kept up to date with information from our entire organization.