PHP Causing 500 Error?

Hi,

Does anyone know what would cause PHP to give me a 500 Internal Server Error? I’m getting a 500 error now, with just these two files uploaded:

.htaccess
Action application/x-httpd-php5 /cgi-sys/php5
AddType application/x-httpd-php5 .html .php .htm

index.htm
<?
echo “test”;
?>

:confused:

Ah, ok, I’ve been informed that there’s an issue with PHP which means it needs recompiling. I’ll get to the looking to hire section and ask someone to do it.

check you logs before you start recompiling. Perhaps it could be as simple as a misconfiguration.