Alfa7 Posted April 10, 2016 Share Posted April 10, 2016 When I unzip PrestaShop v1.6.1.4 on my hosting.it gives the wrong rights.Rights will be 666 on the files.but prestashop wants 644. Are the rights created from scratch in the zip file.Or is it the hosting company that does this? Link to comment Share on other sites More sharing options...
presta.show Posted April 10, 2016 Share Posted April 10, 2016 if you have ssh access change CHMOD to 644 for all files and next set 777 for: /img /mails /modules /translations /upload /log /cache /download /themes/default-bootstrap/lang /themes/default-bootstrap/cache /themes/default-bootstrap/translations Link to comment Share on other sites More sharing options...
selectshop.at Posted April 10, 2016 Share Posted April 10, 2016 chmod 0755 should be enough. Try it. I don't recommend CHMOD 0777, this is only in emergency case, cause you are opening FOR THE WHOLE WORLD access and writing permissions. This means that your page is vulnerable for changes by third parties outside - 777 means read, write and execute for all. See here chmod rights: https://en.wikipedia.org/wiki/Chmod Prestashop needs 0755 for the following folders: /cache/cache/cachefs/cache/smarty/cache/smarty/cache/cache/smarty/compile/cache/tcpdf/classes/config/config/xml//controllers/css/docs/download/img/js/localization/log/mails/modules/override/pdf/themes/default-bootstrap/cache/themes/default-bootstrap/lang/themes/your theme in use/cache/themes/your theme in use/lang/translations/upload/webservices Link to comment Share on other sites More sharing options...
presta.show Posted April 10, 2016 Share Posted April 10, 2016 You can use this: https://bestcoding.net/blog/simple-setup-correct-permissions-prestashop/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now