Trying to set up PHP4 with apache, Red Hat 7.1 installed php, so I have added the addmodule line to httpd.conf and when i point my browser to a php file, i get a box asking where i want to save it, Any idea what i've done wrong?
you need to add the line that says addtype to the right place in the httpd.conf: it should look like this AddType application/x-httpd-php .php