Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Might have to change the configuration file in the c:\Apache Software Foundation\Apache2.2\conf (httpd.conf). Inside there is a line that looks like:
    directoryindex index.html

    If you change it to:
    directoryindex index.php index.html
    It may solve your problem, but I’m guessing. Back up your httpd.conf file.

    Hope that helps.

    Thread Starter yooree

    (@yooree)

    Hm,
    Well I’ve figured out a few things.

    I’ve been accessing localhost:80/ruby/wp/wp-admin/admin.php which allows me to log in, followed by a blank white screen.
    Then I started to use localhost:80/ruby/wp/wp-admin/index.php which allows me access to my admin panel.

    My next question, though, is if I enter localhost:80/ruby/wp/wp-admin/ shouldn’t I be greeted with the admin panel?

    Thread Starter yooree

    (@yooree)

    To add upon this,

    Right after logging in I see an error on firebug:
    (NS_ERROR_NOT_IMPLEMENTED) On the nsLoginManager.js
    on a line of code as follows:
    this._pwmgr.log(“onStateChange accepted: req = ” +
    (aRequest ? aRequest.name : “(null)”) +
    “, flags = 0x” + aStateFlags.toString(16));

Viewing 3 replies - 1 through 3 (of 3 total)