blazer Posted November 27, 2007 Share Posted November 27, 2007 hello all of my forum fri install php on ubuntu is easy??? i have a problem in there... In my ubunut....i type http://localhost.com...then see so many but i can't run .php file if i run .php file is show with openwith.....in ubuntu... siginificantly, .php file show with "?" icon... how can i do it?? Link to comment https://forums.phpfreaks.com/topic/79110-install-php-on-ubuntu-606/ Share on other sites More sharing options...
beebum Posted December 11, 2007 Share Posted December 11, 2007 Try this. It was written by a friend of mine. http://www.unixbyte.com/index.php/2007/07/17/quick-lamp-installs-using-ubuntu-server/ Link to comment https://forums.phpfreaks.com/topic/79110-install-php-on-ubuntu-606/#findComment-411879 Share on other sites More sharing options...
PHP Monkeh Posted February 13, 2008 Share Posted February 13, 2008 You probably haven't added php to the files that Apache recognises. Look for this line AddType application/x-tar .tgz in your httpd.conf file and add these lines under it: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Link to comment https://forums.phpfreaks.com/topic/79110-install-php-on-ubuntu-606/#findComment-465734 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.