1. Any .php files on your site have to have permissions of 0755 or 0644. If they are world or group writeable, ie 0777 or 0666, it will cause those errors.
2. In your .htaccess file, if it uses any RewriteRule, you must have a line saying
RewriteBase /
above any RewriteRule