Hi,
I am working on a server that has RedHat 7.3 installed. RedHat 7.3 have PHP, Apache and Mysql already installed on it...
I have my php files in document root folder and when I try to access them through the browser.. It opens the actual source code
(like When I want to open a php-file like phpinfo.php the browser (Internet Explorer) shows only the source code of the php-script.. It gives me an option of either saving or opening it...)
I tried looking through httpd.conf file .. Its loading the modules for php .. It has this line at the end of the file...
AddType application/x-httpd-php .php
Is there anything else I have to do.. Should I try reinstalling php in a different folder...
I don't know.. Please help..
Thanks a lot in advance
Shivani