Apache downloads .php files instead of executing them
Hi all,
I just installed Linux Mint 10, and apache server.
I'm working on a website and copied my files to /var/www. My problem is, when I navigate to my website, the .php files are being downloaded rather than being executed. There are several forms on my site, and apache will display them since they are pure HTML files, but when I submit the form, the download begins ... so I know that the server is working properly, I just don't have php configured.
I have libapache2-mod-php5 installed already, I thought that was the problem, but unfortunately something else is preventing me from running php on my server.
Does anyone have any suggestions? Thanks in advance!