I have the same problem, my pages no loads, I tried meny things. I put this code and no worked. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Teste</title> </head> <body> <? echo "Hellow world"; ?> <?php echo "Este servidor fornece suporte ao PHP"; ?> <?php ini_set('error_reporting', E_ALL | E_STRICT); ini_set('display_errors', 'Off'); ini_set('log_errors', 'on'); ini_set('error_log', 'error.txt'); if(filesize('error.txt') > 10485760) ini_set('log_errors', 'off'); ?> </body> </html> But, if I would put parted in file with php extension, works perfctly. I don't understand what is happening.