Jump to content

install php on ubuntu 6.06


Recommended Posts

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

  • 2 weeks later...
  • 2 months later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.