Login Login
MORE

WIDGETS

Widgets

Wanted articles
Who is online?
Article tools

Difference between revisions of "Magento:Permessi"

From Aino Wiki

Jump to: navigation, search
(Created page with "==Inizialmente, per sbloccare tutto== In fase di sviluppo converrebbe ''sbloccare tutto''<tt>'''#''' find . -type f -exec chmod 644 {} \;</tt> <tt>'''#''' find . -type d -exe...")
 
(No difference)

Latest revision as of 23:38, 5 August 2014

Inizialmente, per sbloccare tutto

In fase di sviluppo converrebbe sbloccare tutto# find . -type f -exec chmod 644 {} \;

# find . -type d -exec chmod 777 {} \;

# chmod o+w var/htaccess

# chmod 550 mage

Opzionale ? cambio proprietario, non l'ho provato

# find . -type d -exec chown -R www-data:www-data xxxxxxx -R significa che opera ricorsivamente

Semplicemente:

# chown -R www-data:www-data xxxxxxx



Magento