tip: chmod all directories to 755 and all files to 644
find /var/www/ -type d -print0 | xargs -0 chmod 0755 # For directories
find /var/www/ -type f -print0 | xargs -0 chmod 0644 # For files
Posted on Thursday June 3rd
find /var/www/ -type d -print0 | xargs -0 chmod 0755 # For directories
find /var/www/ -type f -print0 | xargs -0 chmod 0644 # For files
Soon, we'll be updating the look and feel of this theme. Read about the changes here. You can easily turn off this notification in the theme customization panel.