Forums

Could some help me for installation issue (3 posts)

  1. xianghuchong
    Member
    Posted 2 years ago #

    Since i'm new to wordpress, although i followed famous 5 minutes installation guide, it seems that something wrong with my wordpress.

    when launching http://localhost/wp-admin, IE don't direct me to Dashboard but to a page listing all files and folders under wp-admin folder, but after click index.php in the page, it'll direct to Dashboard.

    Is there something wrong with the configurations?

    Anther issue is similar, when click "visit site", it direct to a page listing all files and folders under htdocs folder but no blog page, click index.php, no response,

    Thanks advance for your kindly attentions.

  2. whooami
    Member
    Posted 2 years ago #

    you dont have the server set up to use index.php as a default index file.

    its done different for apache and iis.

    apache need this in your httpd.conf or your .htaccess:

    DirectoryIndex index.php

    for iis, try this site, http://www.chami.com/tips/windows/121496W.html

    or just google it.

  3. xianghuchong
    Member
    Posted 2 years ago #

    Thanks your advice, it helps

Topic Closed

This topic has been closed to new replies.

About this Topic