Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
cpanel:enable-suphp [2012-10-23 17:19:39] – [Converting to suPHP Tips and Tricks] shaun.reitancpanel:enable-suphp [2012-10-25 16:54:23] (current) – [Converting to suPHP Tips and Tricks] shaun.reitan
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}}