Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cpanel:enable-suphp [2012-10-24 00:19:39]
shaun.reitan [Converting to suPHP Tips and Tricks]
cpanel:enable-suphp [2012-10-25 23:54:23] (current)
shaun.reitan [Converting to suPHP Tips and Tricks]
Line 35: Line 35:
 cd /var/cpanel/users/ cd /var/cpanel/users/
 /scripts/chownpublichtmls /scripts/chownpublichtmls
-for i in *; find /home/$i/public_html -iname "*.php" -exec chmod -v 600 {} \;; find /home/$i/public_html/ -type d -exec chmod -v 711 {} \;;done+for i in *;do find /home/$i/public_html -iname "*.php" -exec chmod -v 600 {} \;; find /home/$i/public_html/ -type d -exec chmod -v 711 {} \;;done
 </code> </code>
  
 {{tag>how-to php suphp}} {{tag>how-to php suphp}}