Created
November 27, 2012 19:05
-
-
Save florinel-chis/4156304 to your computer and use it in GitHub Desktop.
Prestashop Install - File Permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod -R 777 config/ | |
chmod -R 777 cache/ | |
chmod -R 777 log/ | |
chmod -R 777 img/ | |
chmod -R 777 mails/ | |
chmod -R 777 modules/ | |
chmod -R 777 themes/ | |
chmod -R 777 translations/ | |
chmod -R 777 upload/ | |
chmod -R 777 download/ | |
chmod -R 777 sitemap.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment