If your .php files are prompting for download on browsing, make sure PHP is compiled with Apache and you have following lines in your Apache configuration file
AddHandler application/x-httpd-php .php .html
You can also add the above line in your .htaccess file of the domain.
Comments are closed.