Comments Re: Why can’t I run PHP scripts in Firefox/Ubuntu?
Edit your httpd.conf put in
AddType application/x-httpd-php .php .htm .html
AddType application/x-httpd-php-source .phps
Restart Apache
sudo /etc/init.d/apache2 restart
Clear your firefox cache


