> It means that the kernel didn't know how to execute that file. Perhaps
> you need '#! /usr/bin/php4' as the first line of the PHP script?

Or add the following lines to /etc/apache/httpd.conf, preferably between
<IfModule mod_mime.c> and its ending tag
 
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to