Reset Files and Directories permissions

From time to times, we must fix permissions on files and directory in order to secure an installation or to fix a broken one.

The process is quite straight forward and simple.

If you are hosted with us:
1) Log to your server using SSH
2) Execute the following software (it is installed with our servers):
fixpermissions

If you are hosted on your own dedicated server
1) Log to your server using SSH
2) Point yourself in your Apache folder (at the root of your website)
3) Run those commands

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 pear
chmod 550 mage

And the last bit: QA!
4) Visit your Magento's install and see if everything still run smoothly


And that's about it!
  • 12 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Test CRON

From time to time, we might want to test Magento's CRON.An easy way to test if it does run well...

Transactional emails variables

We do receive from time to time the request of "what are the accepted variables in the...

Migrating your CMS from one server to another one

From time to time, you may need to push your CMS from your staging env to your production...

Magento Version

You may want to know wich version of Magento that you are running.  An easy way to do it is from...

How to add and edit CMS static blocks in Magento

To add and edit static blocks, log in to the admin panel of your store and go to CMS...

Powered by WHMCompleteSolution