Posts Tagged ‘php’

Setup Magento Permissions Script

This item was filled under [ Tutorials ]

Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily. 1. SSH Script #!/bin/bash find www -name .htaccess -exec chmod 604 {} ; find www -name *.php -exec chmod 644 {} ; find www -type d -exec chmod 705 {} ; 2. SSH Command Line find ./ [...]

Continue reading...

Tagged with: [ , , , ]
Page 1 of 11