Restauraciones varias Wordpress

Permisos:

sudo su -
chown -R apache:apache /var/www/html
find /var/www/html -type d -exec chmod 755 {} \;
find /var/www/html -type f -exec chmod 644 {} \;
chmod 775 /var/www/html/wp-content
chmod 775 /var/www/html/wp-config.php
chmod 775 /var/www/html/.htaccess
service httpd restart


¿Le ha resultado útil este artículo?