Hey Guys.
I have a page on my website called contact.php. When I click a link to goto this page, it wants to download it or when I type the address in it also does the same thing.
Why would it be doing this?
Thanks, Shaun
because the server is not executing your php page, make sure you have installed php probably
Hope this helps.
To expand, if you have installed PHP, make sure you have updated your httpd.conf file to load PHP. You need to add LoadModule php4_module libexec/libphp4.so where your LoadModule calls are and AddModule mod_php4.c where your AddModule calls are, then be sure to add AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php .php3 AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .phtml where your add types are.
See also http://www.php.net/manual/en/faq.installation.php