Heya, I have some question. I manage some VPS server, yesterday i was reconfig EasyApache (Apache Update) in cpanel, selected PHP Encryption / E-commerce and now all my directories change mod 777 was send errors. I must change to 755, Like hostgator servers. How i can fix this. Can you help me? Regards, Alex
Use this command in a shell: find /home/*/public_html -type d -perm 0777 -exec chmod 755 {} \; Code (markup):