hi, this is my first post.
I have installed Apache 2.2.0 and PHP 5 on a Fedora Core 4 box. Both installs finish without an issue but when I check info.php on any browser (have tried IE, Netscape and Firefox) it just displays the code.
I have checked the apache error_log and it tells me that PHP is configured, which i thought meant it was ok.
[Wed Feb 01 15:03:13 2006] [notice] Apache/2.2.0 (Unix) DAV/2 PHP/5.1.2 configured -- resuming normal operations
From searching the net for answers I assume it has something to do with AddType or AddHandler in httpd.conf but i don't know how to fix it. Currently i have them set as:
AddHandler php-script .php .htm .html
AddType text/html .php .htm .html
I have never had this problem on any other Linux platform. It has just always worked... 😕
Please help.
Thank you.