There was a problem loading the comments.

How to fix a user's files and folders permission when using suPHP

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Run the commands below if the user need to fix all his folders and files permission when running suphp. Replace the username.

 

find /home/<<username>>/public_html/ -type d -exec chmod 755 {} \;
find /home/<<username>>/public_html/ -type f -exec chmod 644 {} \;


Share via
Did you find this article useful?  

Related Articles

© ServerFreak Technologies Sdn Bhd