Forums

Improper redirect after install. (3 posts)

  1. SteveBooth
    Member
    Posted 2 years ago #

    (This also happens in 2.8.1)

    I installed 2.7.1 in http://www.stevenmbooth.com/wordpress.

    I browsed to http://www.stevenmbooth.com/wordpress/wp-admin/install.php.

    I filled out the simple form, it sent me the installation eMail, and created the tables in the database.

    When I clicked on the 'login' link, and entered the correct login information, it routed me to 'http://stevenmbooth.com/?step=2/wp-login.php' and gave me a 501 error.

    Further, if you look in the database, the 'home' Option (in wp_options) is: 'http://stevenmbooth.com?step=2', which is incorrect on it's face. It should be http://stevenmbooth.com/wordpress/.

    What gives?

    Is this some bizzare problem with the server, or file protections, or a missing .htaccess? I've been pounding my head against the wall now for seven hours trying to install four different versions of WP.

    Steve

  2. jasonhuynh
    Member
    Posted 2 years ago #

    Hello,

    At the moment, I get a 404 error when I attempt to access http://www.stevenmbooth.com/wordpress so I am assuming that you went ahead and removed the wordpress installation.

    I would suggest cleaning out your account of all wordpress files, and attempt the install again. Instead of browsing to 'www.stevenmbooth.com/wordpress/wp-admin/install.php' after uploading the files, try browsing to 'www.stevenmbooth.com/wordpress/' instead as it should auto redirect you to the installation script. Run the installation and see if you still receiving the '501 error.'

    Also, you can always adjust your home and site urls through mysql/phpmyadmin to 'http://stevenmbooth.com/wordpress/' by running the following query:

    update wp_options set option_value = ‘http://stevenmbooth.com/wordpress/’ where option_name = ‘home’ or option_name = ’siteurl’;

    Let me know if you are still having difficulties.

    [signature moderated Please read the Forum Rules]

  3. HansUmstranja
    Member
    Posted 2 years ago #

    I'm having this exact same problem-

    I've run a new install of WordPress 2.8.2 as "testblog" at http://mySite/testblog/ using a wiped database named 'test'. The database installs, the tables fill, and I progress as far as entering name, password and clicking Login. At this point, the WordPress Install Part Two falls out of bed by sending the browser location to http://mySite/?step=2/wp-login.php/. The Site URL parsed out 'testblog'.

    My detailed thread is at UpGr to WP 2.8.1.: PHP is sending my browse loc outside my wordpress folder.

    -Hans

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.