So I am installed php but now whenever I go to the url in the browser, e.g. test.php, it is not an executable file and it prompts me to download it. I have this in my httpd.conf file:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
And this is what I have had on my servers in the past that has allowed me to have my php execute. Any idea what I could be doing wrong? Here is a link to the url:
http://108.166.126.202/test.php
Thanks!
Update: The issue was in my browser, not on the server. I opened the url in Firefox (instead of chrome) and it gave me no issues.
HERE I IS-- has it been repaired since posting?