Hey I'm new to these forums.
I'm currently running an apache server. I installed PHP and the page index.php runs the html fine, but everything between the <?php ?> tags are ignored. they're not printed out on the webpage, and if you go to the file in vim they're highlighted (purple) correctly, but the php interpreter seems to be not working.
Also, when i uncomment the "addtype application/x-httpd-php .php" in the php.conf file the entire page goes completely blank.
thanks for all your help!