Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <magento root directory>$ find -type d -exec chmod 775 {} ;
  2.  
  3. <magento root directory>$ find -type f -exec chmod 664 {} ;
  4.  
  5. chown -R apache:apache /var/www/html/
  6.  
  7. chown -R www-data:www-data /var/www/html/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement