|
Re: installing php (beginners question)
There should be a mime-type specification in one of your apache config files for php file. Check your configuration files for "AddType application/x-httpd-php .php" Sounds like that's not in there, and you need to add it if it isn't. Once you add that and restart the web server, your browsers will stop asking you to open/save.
|