Restore Folder and file permissions on web server
###Fix folder/file on web-server
#~ find public_html -type d -exec chmod 755 {} \; #~ find public_html -type f -exec chmod 644 {} \;