Login Login
MORE

WIDGETS

Widgets

Wanted articles
Who is online?
Article tools

Permessi

From Aino Wiki

Jump to: navigation, search

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

Author Giuseppe AINO