Tai,

It means that apache does not recogise the file it is being asked to 
server as a php file and does not send it to the php parser. Assuming 
that your url is asking for a file ending in ".php", then in 
/etc/httpd/conf/httpd.conf you need:
AddType application/x-httpd-php .php
Don't forget to restart apache with "/etc/init.d/httpd restart"

Hope this helps.

Chris

Tai T. Le wrote:

>Hi,
>
>Can someone please help...I'm new to this PHP
>
>I'm setting up Apache 1.3.24 with PHP4.
>
>After configure everything and I tried to test to if it work but I can't
>view it instead it promp for download ?
>
>Your help is very appreciate!
>
>Thanks.
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to