• Hello WordPressers,

    I have installed wordpress here:

    http://www.lizandmike.net/theremodel/

    and when I hover over the “Login” link the folder of ‘theremodel’ is not displaying thus causing me to redirect to my homepage.

    Any thoughts on how I can get the links fixed?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • What is causing the “?step=2” business in your URI?

    //lizandmike.net/?step=2/wp-login.php

    seems like it should be;

    //lizandmike.net/theremodel/wp-login.php

    Also, your style sheet URI is here;

    //lizandmike.net?step=2/wp-content/themes/default/style.css

    *note the lack of the forward slash between .net/?step=2. Important? I can’t say for sure.

    -and your site is here, of course;
    //www.lizandmike.net/theremodel/

    .htaccess problems? I’m afraid I can only point out the inconsistencies in your permalink structure, I’m not sure what is causing them.

    If you have phpMyAdmin available to you, it might be worth checking the URI’s you entered during WordPress setup. The “?step=2”, thing baffles me. Perhaps someone with more knowledge can add some advice that would be more helpful.

    Best wishes.

    Cj.

    Thread Starter cubbear

    (@cubbear)

    Thanks Cj for your input.

    I’m brand new to php and am hosting with brinkster.

    All I have done is uploaded the wordpress files to the folder titled theremodel and then of course run the wp-admin.

    I reinstalled it and now get a database error.

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

The topic ‘Links keep redirecting to my homepage’ is closed to new replies.