• I reorganized my site and changed from index.php to index3.php and now when I try and login to dashboard it gives me a 404 error. I can get to the logon page but again produces a 404 error, whih means I cannot get into the dashboard.

    Ok, this issue is my own doing but I would really appreciate where to start working to resolve this issue because I am stumped.

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter gregbd

    (@gregbd)

    I follwed your directions 1 through 5 and move the files, changed the name of the index3.php to index.php but now the index page does not even load… I cannot see any source code.

    changed the name of the index3.php to index.php

    If you mean the index.php in the directory where you moved WP, that should look like this – nothing else:
    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    Thread Starter gregbd

    (@gregbd)

    I got that file… it is intact.

    Did you succeed to change the two URI values (blog and WP URI) before making the move?

    Thread Starter gregbd

    (@gregbd)

    Did you succeed to change the two URI values (blog and WP URI) before making the move?

    You bet.

    I noticed in the move that the CHMOD settings were different than one of my other funtioning blogs. They were 644 vs 755

    Could that now become an issue?

    Files or folders?
    Generally, for folders should be 755, and for files – 644.

    Thread Starter gregbd

    (@gregbd)

    files were 644 folders 755

    I am running out of ideas and my “psychic” skills are down, too. So, a direct lionk to the blog at this moment would be quite beneficial…

    Thread Starter gregbd

    (@gregbd)

    1. Is the index.php of the active theme in place?
    2. Is any of the themes chosen as “active”? (admin > Presentation > click on a theme)

    Thread Starter gregbd

    (@gregbd)

    I cannot get into any page.

    Thread Starter gregbd

    (@gregbd)

    Everything is there…

    Hi

    I have found what the issue is with this:

    1) You may have added this site to the “blocked cookie list” – delete it from there
    IE: tools > internet options > privacy > sites > look under managed sites
    If your site is there, delete it

    2) Make sure your browser is accepting cookies for this site
    Between the login and the re-direct to the correct admin page it seems like WP reads
    the cookie, if it ain’t there, it will just redirect to the wp-admin page again
    IE: tools > internet options > privacy > sites > in address of website type your
    url with https:// in front and click “allow”

    3) Test by setting your security level to low.
    IE: tools > internet options > privacy > drag lever down to “accept all cookies”

    You may need to apply just 1 or all of them for it to work.

    Hope you get it working & God Bless

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Redirect Issue Does not Allow Me In Dashboard’ is closed to new replies.