Internal Server Error after server move...

I have tried almost everything mentioned her on the forum to deal with the dreaded Internal Server Error that plagues some of us after a server move and I still have no luck.

I 777’d protected/runtime, assets/ and made sure my server had Rewrite Module enabled for RewriteRules. All good there. But I still get a Internal Server Error.

Here’s what my apache error log shows each time I visit the site:

[Mon Mar 14 09:43:42 2011] [error] [client 186.32.208.12] Premature end of script headers: index.php

[Mon Mar 14 09:43:42 2011] [error] [client 186.32.208.12] SoftException in Application.cpp:249: File "/place/files/at/index.php" is writeable by group

I also chmod’d index.php to 0755, as per some googling around about the apache error and still no luck

Any ideas?

Thanks in advance.

Can you check the yii requirements… does that work… can you post here the phpinfo()

0755 does not remove group write access. Try




chmod go-w index.php

 

or


chmod 0511 index.php

same issue, is it solution ?

Premature end of script headers: admin.php,