• When I Install finished wordpress and add some content page in admin controller,all looked seem ok.But when I try to open “http://localhost/index.php”,the web always show the home files and folds list,but the homepage can’t show!
    someone can help me why?
    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi liqishandl,

    Did you install wordpress in the root directory or some folder. In case its in some folder, then the URL to homepage would be http://localhost/wordpress.

    Can you please share some screenshot depicting the problem.

    Thanks,
    Shreyans

    Thread Starter liqishandl

    (@liqishandl)

    I change the folder like your showing to me ,but it’s can’t work yet.
    How can I issue the screenshot ?

    Thread Starter liqishandl

    (@liqishandl)

    I now known the key is :you need set the default apache homepage as “index.php”

    <IfModule dir_module>
    DirectoryIndex index.php index.html index.htm
    </IfModule>

    your wordpress folder must be in the htdocs folder of your xampp folder.
    you can access your website by typing localhost/wordpress in the browser address bar and not by clicking index.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I can't see the homepage,why?’ is closed to new replies.