The 4 rules for php to work on
phpsuexec enabled servers are:
1. htaccess should not contain any php
config values. Such php values should be specified in php.ini.
2. Permissions for all the php files must be 644
3. Permissions for all web directories must be 755
4. Ownership must be of the user and not nobody or any other user.