Recovery Permission Public_Html Jika Mengalami Internal Error 500

for i in `cat /etc/trueuserdomains | awk '{print $2}'`
do
chown $i.$i /home/$i/public_html -R;
chown $i.nobody /home/$i/public_html;
done;
  • 0 Users Found This Useful
Was this answer helpful?

Powered by WHMCompleteSolution