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”;
?>