cgiovanii
10/30/2016 - 4:07 PM

Permisos Wordpress

Permisos Wordpress

sudo chown www-data:www-data -R *          # Let apache be owner
find . -type d -exec sudo chmod 755 {} \;  # Change directory permissions rwxr-xr-x
find . -type f -exec sudo chmod 644 {} \;  # Change file permissions rw-r--r--