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
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
thanksIndex of /tes/musicstorenew
- Parent Directory
- .buildpath
- .project
- .settings/
- MusicPlayerExample/
- __musicupload.php
- _index.html
- albumart/
- chat.html
- createevent.php
- css/
- data/
- database.php
- dbjamm.php
- dbmusic.php
- download.php
- events.php
- flatfile.php
- getChat.php
- images/
- index.php
- index1.html
- jquery.cookie.js
- jquery.js
- js/
- library/
- login.php
- logout.php
- member.php
- musicupload.php
- navigation.php
- pcredirect.php
- poll.js
- poll.php
- register.php
- registermusic.php
- reminder.php
- reminderpage.php
- song.php
- songs.php
- style.css
- style1.css
- upload.php
- upload4jquery.php
- upload_class.php
- wap_redirect_4.php
--
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