Dear PHP Forum,
Hope all is well. I just installed cPanel 11 and now I'm having a problem reading .php pages. I know PHP is working because I can access phpMyadmin through cPanel, but I have the following problem:
I made a page "test.html"
It contains the text "test" and it loads
As soon as I change the filename to "test.php" I get the error: "500 Internal Server Error"
Note that the apache error_log says:
"
[sun Apr 04 15:53:44 2010] [error] [client 24.189.58.215] SoftException in Application.cpp:256: File "/home/tbz/public_html/test.php" is writeable by group
[sun Apr 04 15:53:44 2010] [error] [client 24.189.58.215] Premature end of script headers: test.php
"
I've tried changing the permissions to 0777, and the group from "root"...
What do you think is the problem?