Magento News
Resetting File Permissions – fix "" and add mage 550 to chmod
Here’s how to reset your file and directory permissions if PHP is running through FastCGI, suPHP, or LSAPI:
find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
chmod 550 pear
chmod 550 mage #for magento 1.5+
If PHP is running as a module (DSO), you will need to do this:
Resetting File Permissions – fix "" and add mage 550 to chmod
Possibly Related Posts:
- Gorilla Commerce Launches "In Store" Line of Magento Software Extensions – San Francisco Chronicle (press release)
- Gorilla Commerce Launches "In Store" Line of Magento Software Extensions
- Magento. How to edit social icons block | Template Monster Help
- Magento, Moodle installation and integration | HTML | MySQL | PHP …
- Take advantage of Magento’s REST API to integrate the business applications – openPR (press release)
RSS Feed