Serious indexing in my server(fedora)

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 - Parent Directory <http://212.213.221.135/tes/> - .buildpath <http://212.213.221.135/tes/musicstorenew/.buildpath> - .project <http://212.213.221.135/tes/musicstorenew/.project> - .settings/ <http://212.213.221.135/tes/musicstorenew/.settings/> - MusicPlayerExample/<http://212.213.221.135/tes/musicstorenew/MusicPlayerExample/> - __musicupload.php<http://212.213.221.135/tes/musicstorenew/__musicupload.php> - _index.html <http://212.213.221.135/tes/musicstorenew/_index.html> - albumart/ <http://212.213.221.135/tes/musicstorenew/albumart/> - chat.html <http://212.213.221.135/tes/musicstorenew/chat.html> - createevent.php<http://212.213.221.135/tes/musicstorenew/createevent.php> - css/ <http://212.213.221.135/tes/musicstorenew/css/> - data/ <http://212.213.221.135/tes/musicstorenew/data/> - database.php <http://212.213.221.135/tes/musicstorenew/database.php> - dbjamm.php <http://212.213.221.135/tes/musicstorenew/dbjamm.php> - dbmusic.php <http://212.213.221.135/tes/musicstorenew/dbmusic.php> - download.php <http://212.213.221.135/tes/musicstorenew/download.php> - events.php <http://212.213.221.135/tes/musicstorenew/events.php> - flatfile.php <http://212.213.221.135/tes/musicstorenew/flatfile.php> - getChat.php <http://212.213.221.135/tes/musicstorenew/getChat.php> - images/ <http://212.213.221.135/tes/musicstorenew/images/> - index.php <http://212.213.221.135/tes/musicstorenew/index.php> - index1.html <http://212.213.221.135/tes/musicstorenew/index1.html> - jquery.cookie.js<http://212.213.221.135/tes/musicstorenew/jquery.cookie.js> - jquery.js <http://212.213.221.135/tes/musicstorenew/jquery.js> - js/ <http://212.213.221.135/tes/musicstorenew/js/> - library/ <http://212.213.221.135/tes/musicstorenew/library/> - login.php <http://212.213.221.135/tes/musicstorenew/login.php> - logout.php <http://212.213.221.135/tes/musicstorenew/logout.php> - member.php <http://212.213.221.135/tes/musicstorenew/member.php> - musicupload.php<http://212.213.221.135/tes/musicstorenew/musicupload.php> - navigation.php<http://212.213.221.135/tes/musicstorenew/navigation.php> - pcredirect.php<http://212.213.221.135/tes/musicstorenew/pcredirect.php> - poll.js <http://212.213.221.135/tes/musicstorenew/poll.js> - poll.php <http://212.213.221.135/tes/musicstorenew/poll.php> - register.php <http://212.213.221.135/tes/musicstorenew/register.php> - registermusic.php<http://212.213.221.135/tes/musicstorenew/registermusic.php> - reminder.php <http://212.213.221.135/tes/musicstorenew/reminder.php> - reminderpage.php<http://212.213.221.135/tes/musicstorenew/reminderpage.php> - song.php <http://212.213.221.135/tes/musicstorenew/song.php> - songs.php <http://212.213.221.135/tes/musicstorenew/songs.php> - style.css <http://212.213.221.135/tes/musicstorenew/style.css> - style1.css <http://212.213.221.135/tes/musicstorenew/style1.css> - upload.php <http://212.213.221.135/tes/musicstorenew/upload.php> - upload4jquery.php<http://212.213.221.135/tes/musicstorenew/upload4jquery.php> - upload_class.php<http://212.213.221.135/tes/musicstorenew/upload_class.php> - wap_redirect_4.php<http://212.213.221.135/tes/musicstorenew/wap_redirect_4.php> -- To ensure perfect aim, shoot first and call whatever you hit the target.

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

hi am at the server, usr/local/apache2/conf then inside there is httpd.conf cant seem to find directive index when i vim httpd.conf the other httpd am seeing is in my /usr/local/apache2/bin ....which am assuming its a daemon, advise @ndungi, chris ,jared On Tue, Sep 22, 2009 at 10:05 AM, Ndungi Kyalo <ndungi@gmail.com> wrote:
Hi Ati,
Look for this section in your Apache configuration file, httpd.conf :
I

Ati, the search on vim is case sensitive so "directoryindex" may not return any results but "DirectoryIndex" most probably will. On Tue, Sep 22, 2009 at 8:15 AM, I. Ati <mueni0@gmail.com> wrote:
hi am at the server, usr/local/apache2/conf then inside there is httpd.conf cant seem to find directive index when i vim httpd.conf
the other httpd am seeing is in my /usr/local/apache2/bin ....which am assuming its a daemon,
advise @ndungi, chris ,jared
On Tue, Sep 22, 2009 at 10:05 AM, Ndungi Kyalo <ndungi@gmail.com> wrote:
Hi Ati,
Look for this section in your Apache configuration file, httpd.conf :
I
_______________________________________________ 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

On Tue, Sep 22, 2009 at 11:21 AM, Ndungi Kyalo <ndungi@gmail.com> wrote:
Ati,
the search on vim is case sensitive so "directoryindex" may not return any results but "DirectoryIndex" most probably will.
cd /usr/local/apache2/conf grep DirectoryIndex * That should list all files that contain that string. There is no harm in editing all those files and appending index.php to every line that contains string "DirectoryIndex" then doing apachectl graceful That should really do the trick. If it doesn't, and the content is within a VirtualHost context, then let's see the output of this command: `httpd -S` -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube

If you don't find it you can add it. # # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir_module> DirectoryIndex index.html index.php </IfModule> Have a look at http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex On Tue, Sep 22, 2009 at 11:15 AM, I. Ati <mueni0@gmail.com> wrote:
hi am at the server, usr/local/apache2/conf then inside there is httpd.conf cant seem to find directive index when i vim httpd.conf
the other httpd am seeing is in my /usr/local/apache2/bin ....which am assuming its a daemon,
advise @ndungi, chris ,jared
On Tue, Sep 22, 2009 at 10:05 AM, Ndungi Kyalo <ndungi@gmail.com> wrote:
Hi Ati,
Look for this section in your Apache configuration file, httpd.conf :
I
_______________________________________________ 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
-- Regards, Brian Ngure

Hehe Interesting stuff here. Lemme ask which distro are you using? Cheers Themburu On Tue, Sep 22, 2009 at 11:25 AM, Brian Ngure < brian@mystique.boldlygoingnowhere.org> wrote:
If you don't find it you can add it.
# # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir_module> DirectoryIndex index.html index.php </IfModule>
Have a look at http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex
On Tue, Sep 22, 2009 at 11:15 AM, I. Ati <mueni0@gmail.com> wrote:
hi am at the server, usr/local/apache2/conf then inside there is httpd.conf cant seem to find directive index when i vim httpd.conf
the other httpd am seeing is in my /usr/local/apache2/bin ....which am assuming its a daemon,
advise @ndungi, chris ,jared
On Tue, Sep 22, 2009 at 10:05 AM, Ndungi Kyalo <ndungi@gmail.com> wrote:
Hi Ati,
Look for this section in your Apache configuration file, httpd.conf :
I
_______________________________________________ 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
-- Regards,
Brian Ngure _______________________________________________ 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
-- Conservatism is the adherence to the old tried against the new untried.

Ati, did it finally work? On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com> wrote:
fedora!
_______________________________________________ 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

Gosh guyz i have finished doing all that added index.php in the list of indexes then associate the .php MIME type with the correct application handler AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps finally refreshed my page ....same thing nothing changed On Tue, Sep 22, 2009 at 12:18 PM, Peter Karunyu <pkarunyu@gmail.com> wrote:
Ati, did it finally work?
On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com> wrote:
fedora!
_______________________________________________ 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
_______________________________________________ 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
-- To ensure perfect aim, shoot first and call whatever you hit the target.

On Tue, Sep 22, 2009 at 12:22 PM, I. Ati <mueni0@gmail.com> wrote:
finally refreshed my page ....same thing nothing changed
The 'AllowOverride' directive is probably set to 'None' you should be overriding the defaults via htaccess files rather than changing httpd.conf ... do something like the following in httpd.conf <Directory /path-to-your-dir> AllowOverride Options </Directory> and then place a .htaccess file in /path-to-your-dir , within that add the line (assuming that index.php is in the same folder) : DirectoryIndex index.php

Have u restarted your webserver? On Tue, Sep 22, 2009 at 12:22 PM, I. Ati <mueni0@gmail.com> wrote:
Gosh guyz
i have finished doing all that added index.php in the list of indexes then associate the .php MIME type with the correct application handler
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps finally refreshed my page ....same thing nothing changed
On Tue, Sep 22, 2009 at 12:18 PM, Peter Karunyu <pkarunyu@gmail.com>wrote:
Ati, did it finally work?
On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com> wrote:
fedora!
_______________________________________________ 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
_______________________________________________ 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
-- 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

Did you restart apache ? On Tue, Sep 22, 2009 at 9:22 AM, I. Ati <mueni0@gmail.com> wrote:
Gosh guyz
i have finished doing all that added index.php in the list of indexes then associate the .php MIME type with the correct application handler
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps finally refreshed my page ....same thing nothing changed
On Tue, Sep 22, 2009 at 12:18 PM, Peter Karunyu <pkarunyu@gmail.com>wrote:
Ati, did it finally work?
On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com> wrote:
fedora!
_______________________________________________ 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
_______________________________________________ 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
-- 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

Ok when things get thick maybe you might want to post a copy of the .conf files.... you can bloat out the section that shows the host name and maybe we can check the syntax for you... you can do it offlist if it will make you feel safer SKYPE: sobbayi US: +1 202 470 0525 KE: +254 722 627 691 I. Ati wrote:
Gosh guyz
i have finished doing all that added index.php in the list of indexes then associate the .php MIME type with the correct application handler
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps finally refreshed my page ....same thing nothing changed
On Tue, Sep 22, 2009 at 12:18 PM, Peter Karunyu <pkarunyu@gmail.com <mailto:pkarunyu@gmail.com>> wrote:
Ati, did it finally work?
On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com <mailto:mueni0@gmail.com>> wrote:
fedora!

Yello, 1. I see directory listing - disable that. http://212.213.221.135/tes/Html/ 2. Your need to check your DOCUMENTROOT for that website and also check the apache directives. 3. Set DirectoryIndex xxxx.php eg in your virtual container thats what you are using. Best Regards, Thuo Wa Muiruri. ----------------------- 2009/9/22 Steve Obbayi <steve@sobbayi.com>
Ok when things get thick maybe you might want to post a copy of the .conf files.... you can bloat out the section that shows the host name and maybe we can check the syntax for you... you can do it offlist if it will make you feel safer
SKYPE: sobbayi US: +1 202 470 0525 KE: +254 722 627 691
I. Ati wrote:
Gosh guyz
i have finished doing all that added index.php in the list of indexes then associate the .php MIME type with the correct application handler
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps finally refreshed my page ....same thing nothing changed
On Tue, Sep 22, 2009 at 12:18 PM, Peter Karunyu <pkarunyu@gmail.com<mailto: pkarunyu@gmail.com>> wrote:
Ati, did it finally work?
On Tue, Sep 22, 2009 at 12:05 PM, I. Ati <mueni0@gmail.com <mailto:mueni0@gmail.com>> wrote:
fedora!
_______________________________________________ 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

your directory index in the server configuration does not recognize index.php do the following: 1. locate httpd.conf 2. vim /etc/path/to/httpd.conf 3. look for the following line in the file DirectoryIndex index.html 4. add index.php and any other extension see below DirectoryIndex index.html index.php save and quit reload apache 5. /etc/init.d/httpd restart On Tue, Sep 22, 2009 at 9: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
- Parent Directory <http://212.213.221.135/tes/> - .buildpath <http://212.213.221.135/tes/musicstorenew/.buildpath> - .project <http://212.213.221.135/tes/musicstorenew/.project> - .settings/ <http://212.213.221.135/tes/musicstorenew/.settings/> - MusicPlayerExample/<http://212.213.221.135/tes/musicstorenew/MusicPlayerExample/> - __musicupload.php<http://212.213.221.135/tes/musicstorenew/__musicupload.php> - _index.html <http://212.213.221.135/tes/musicstorenew/_index.html> - albumart/ <http://212.213.221.135/tes/musicstorenew/albumart/> - chat.html <http://212.213.221.135/tes/musicstorenew/chat.html> - createevent.php<http://212.213.221.135/tes/musicstorenew/createevent.php> - css/ <http://212.213.221.135/tes/musicstorenew/css/> - data/ <http://212.213.221.135/tes/musicstorenew/data/> - database.php <http://212.213.221.135/tes/musicstorenew/database.php> - dbjamm.php <http://212.213.221.135/tes/musicstorenew/dbjamm.php> - dbmusic.php <http://212.213.221.135/tes/musicstorenew/dbmusic.php> - download.php <http://212.213.221.135/tes/musicstorenew/download.php> - events.php <http://212.213.221.135/tes/musicstorenew/events.php> - flatfile.php <http://212.213.221.135/tes/musicstorenew/flatfile.php> - getChat.php <http://212.213.221.135/tes/musicstorenew/getChat.php> - images/ <http://212.213.221.135/tes/musicstorenew/images/> - index.php <http://212.213.221.135/tes/musicstorenew/index.php> - index1.html <http://212.213.221.135/tes/musicstorenew/index1.html> - jquery.cookie.js<http://212.213.221.135/tes/musicstorenew/jquery.cookie.js> - jquery.js <http://212.213.221.135/tes/musicstorenew/jquery.js> - js/ <http://212.213.221.135/tes/musicstorenew/js/> - library/ <http://212.213.221.135/tes/musicstorenew/library/> - login.php <http://212.213.221.135/tes/musicstorenew/login.php> - logout.php <http://212.213.221.135/tes/musicstorenew/logout.php> - member.php <http://212.213.221.135/tes/musicstorenew/member.php> - musicupload.php<http://212.213.221.135/tes/musicstorenew/musicupload.php> - navigation.php<http://212.213.221.135/tes/musicstorenew/navigation.php> - pcredirect.php<http://212.213.221.135/tes/musicstorenew/pcredirect.php> - poll.js <http://212.213.221.135/tes/musicstorenew/poll.js> - poll.php <http://212.213.221.135/tes/musicstorenew/poll.php> - register.php <http://212.213.221.135/tes/musicstorenew/register.php> - registermusic.php<http://212.213.221.135/tes/musicstorenew/registermusic.php> - reminder.php <http://212.213.221.135/tes/musicstorenew/reminder.php> - reminderpage.php<http://212.213.221.135/tes/musicstorenew/reminderpage.php> - song.php <http://212.213.221.135/tes/musicstorenew/song.php> - songs.php <http://212.213.221.135/tes/musicstorenew/songs.php> - style.css <http://212.213.221.135/tes/musicstorenew/style.css> - style1.css <http://212.213.221.135/tes/musicstorenew/style1.css> - upload.php <http://212.213.221.135/tes/musicstorenew/upload.php> - upload4jquery.php<http://212.213.221.135/tes/musicstorenew/upload4jquery.php> - upload_class.php<http://212.213.221.135/tes/musicstorenew/upload_class.php> - wap_redirect_4.php<http://212.213.221.135/tes/musicstorenew/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

Check that index.php is added as ur default. Check the directory index on ur apache config. On 22/09/2009, 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
- Parent Directory <http://212.213.221.135/tes/> - .buildpath <http://212.213.221.135/tes/musicstorenew/.buildpath> - .project <http://212.213.221.135/tes/musicstorenew/.project> - .settings/ <http://212.213.221.135/tes/musicstorenew/.settings/> - MusicPlayerExample/<http://212.213.221.135/tes/musicstorenew/MusicPlayerExample/> - __musicupload.php<http://212.213.221.135/tes/musicstorenew/__musicupload.php> - _index.html <http://212.213.221.135/tes/musicstorenew/_index.html> - albumart/ <http://212.213.221.135/tes/musicstorenew/albumart/> - chat.html <http://212.213.221.135/tes/musicstorenew/chat.html> - createevent.php<http://212.213.221.135/tes/musicstorenew/createevent.php> - css/ <http://212.213.221.135/tes/musicstorenew/css/> - data/ <http://212.213.221.135/tes/musicstorenew/data/> - database.php <http://212.213.221.135/tes/musicstorenew/database.php> - dbjamm.php <http://212.213.221.135/tes/musicstorenew/dbjamm.php> - dbmusic.php <http://212.213.221.135/tes/musicstorenew/dbmusic.php> - download.php <http://212.213.221.135/tes/musicstorenew/download.php> - events.php <http://212.213.221.135/tes/musicstorenew/events.php> - flatfile.php <http://212.213.221.135/tes/musicstorenew/flatfile.php> - getChat.php <http://212.213.221.135/tes/musicstorenew/getChat.php> - images/ <http://212.213.221.135/tes/musicstorenew/images/> - index.php <http://212.213.221.135/tes/musicstorenew/index.php> - index1.html <http://212.213.221.135/tes/musicstorenew/index1.html> - jquery.cookie.js<http://212.213.221.135/tes/musicstorenew/jquery.cookie.js> - jquery.js <http://212.213.221.135/tes/musicstorenew/jquery.js> - js/ <http://212.213.221.135/tes/musicstorenew/js/> - library/ <http://212.213.221.135/tes/musicstorenew/library/> - login.php <http://212.213.221.135/tes/musicstorenew/login.php> - logout.php <http://212.213.221.135/tes/musicstorenew/logout.php> - member.php <http://212.213.221.135/tes/musicstorenew/member.php> - musicupload.php<http://212.213.221.135/tes/musicstorenew/musicupload.php> - navigation.php<http://212.213.221.135/tes/musicstorenew/navigation.php> - pcredirect.php<http://212.213.221.135/tes/musicstorenew/pcredirect.php> - poll.js <http://212.213.221.135/tes/musicstorenew/poll.js> - poll.php <http://212.213.221.135/tes/musicstorenew/poll.php> - register.php <http://212.213.221.135/tes/musicstorenew/register.php> - registermusic.php<http://212.213.221.135/tes/musicstorenew/registermusic.php> - reminder.php <http://212.213.221.135/tes/musicstorenew/reminder.php> - reminderpage.php<http://212.213.221.135/tes/musicstorenew/reminderpage.php> - song.php <http://212.213.221.135/tes/musicstorenew/song.php> - songs.php <http://212.213.221.135/tes/musicstorenew/songs.php> - style.css <http://212.213.221.135/tes/musicstorenew/style.css> - style1.css <http://212.213.221.135/tes/musicstorenew/style1.css> - upload.php <http://212.213.221.135/tes/musicstorenew/upload.php> - upload4jquery.php<http://212.213.221.135/tes/musicstorenew/upload4jquery.php> - upload_class.php<http://212.213.221.135/tes/musicstorenew/upload_class.php> - wap_redirect_4.php<http://212.213.221.135/tes/musicstorenew/wap_redirect_4.php>
-- To ensure perfect aim, shoot first and call whatever you hit the target.
participants (11)
-
ashok+skunkworks@parliaments.info
-
Brian Ngure
-
Chris Mwirigi
-
George Njoroge
-
I. Ati
-
Jared Koyier
-
Ndungi Kyalo
-
Odhiambo Washington
-
Peter Karunyu
-
Steve Obbayi
-
Thuo Wilson