Forums

[resolved] accessing wordpress - get 'index of /' instead (2 posts)

  1. hericles
    Member
    Posted 10 months ago #

    Hi,
    I just installed WP 3.2 and configured it to connect to mysql on my local machine (I'm not running it live yet). The admin side of things works but when I try to go to my home page via the browser or view a page from the admin section all I get is a directory view of my folder.

    I installed wordpress into a folder called wordpress in the htdocs folder of my apache install. But localhost:8080/wordpress and localhost:8080/wordpress/index.php both just give me the directory view of the wordpress folder. Apache is working just fine as I have other php projects installed that work.

    I even installed version 3.1 and I get the same problem. Am I missing something simple here?

    Thanks in advance,
    Steve

  2. hericles
    Member
    Posted 10 months ago #

    Solved. I changed my httpd.conf file to this:

    DirectoryIndex index.html index.php

    Index.php was missing.

Reply

You must log in to post.

About this Topic