php Files Not Parsing (Trying to download instead of display)
I just set up my account and am in the process of getting things figured out. I uploaded an index.php file to test the server, and it is trying to download the file rather than display it. An html file displays just fine. From my experience setting up servers this usually indicates an error with the httpd.conf file, but it seems to be setup correctly, i.e.
Code:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Any other suggestions?