Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor wdlyons

    (@wdlyons)

    My apologies for the delay in replying.

    Just a quick question:

    Have you installed WordPress into a sub directory?

    Warwick

    Thread Starter TheOnyxGuy

    (@theonyxguy)

    Thanks for getting back to me.

    Yes it is installed in a sub directory.

    Plugin Contributor wdlyons

    (@wdlyons)

    Ok,

    If it is what I think it is, this is a bug i will be sorting out in the next version or so.

    To temporarily fix it:
    1. make a copy of the install.php file
    2. open the original install.php and look for all lines starting with:

    header(“Location: “.bloginfo(‘url’).”/wp-admin/admin.php

    and add the sub directory name to it.

    For example, if you have installed wordpress into a directory call mywordpress, add this directory name to the above

    header(“Location: “.bloginfo(‘url’).”/mywordpress/wp-admin/admin.php

    That should get you out of trouble until I can fix it in a upcoming version

    If you are unsure or not confident enough to do this yourself please forward the zip file you have of the plugin to me, plus the url of the installation directory and I will do it for you.

    My email is [email protected]

    Thanks

    Warwick

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 URL /wp-admin/admin.php was not found on this server.’ is closed to new replies.