I removed the line AddType application/x-httpd-php .php
and add
<Files *.php>
        SetOutputFilter PHP
        SetInputFilter  PHP
</Files>

restarted httpd and didn't work - what displayed on the browser was:
<?php
phpinfo();
?>

-----Original Message-----
From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:51 PM
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification


Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:

> could it be something in my httpd.conf file?

Remove the line AddType application/x-httpd-php .php
and add
<Files *.php>
        SetOutputFilter PHP
        SetInputFilter  PHP
</Files>

HTH
R'twick
-- 
This is a signature

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

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

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

Reply via email to