Hi Ati,

Look for this section in your Apache configuration file, httpd.conf :

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
# The index.html.var file (a type-map) is used to deliver content-
# negotiated documents.  The MultiViews Option can be used for the
# same purpose, but it is much slower.
#
DirectoryIndex index.html index.html.var


and add index.php to the list of indexes to get

DirectoryIndex index.html index.htm index.php

Then also make sure that you have loaded the php5 extension with :

LoadModule php5_module modules/libphp5.so


.. and finally associate the .php MIME type with the correct application handler


AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps



On Tue, Sep 22, 2009 at 6:56 AM, I. Ati <mueni0@gmail.com> wrote:

so i have a linux server (fedora), that i have uploaded a site at : http://my ip address/tes/musicstorenew
jamms is the site folder and tes is the folder we upload the site to but wen u view the page this happens(see below), u have to click on index.php to actually see the site

am not sure what to do , n one with ideas? or where to get info
thanks

Index of /tes/musicstorenew


--
To ensure perfect aim, shoot first and call whatever you hit the target.

_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
Other services @ http://my.co.ke
Other lists
-------------
Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce
Science:  http://lists.my.co.ke/cgi-bin/mailman/listinfo/science
kazi:     http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general



--
Ndungi Kyalo