Viewing 7 replies - 1 through 7 (of 7 total)
  • Matt Knowles

    (@aestheticdesign)

    What do you have for the WordPress and Site URLs in the Dashboard settings?

    Thread Starter Anemonex67

    (@anemonex67)

    Hi Matt, thanks for the reply.

    The problem is, I can’t even log into the Dashboard. It is a brand new installation of WordPress and I have not been able to access the Dashboard area at all yet due to this issue.

    Try deleting and reinstalling wordpress again

    http://codex.wordpress.org/Installing_WordPress

    Thread Starter Anemonex67

    (@anemonex67)

    Hi I have tried what you said – thank you.

    I deleted all files and uploaded again and getting the same message.

    As before, I can access wp-login.php but not wp-admin, and after log-in it brings up 404 error.

    Matt Knowles

    (@aestheticdesign)

    Do you have access to phpMyAdmin so you can check the values in the database and correct if necessary?

    Thread Starter Anemonex67

    (@anemonex67)

    Hi yes I do have an access to the PhPMyAdmin area.

    Thread Starter Anemonex67

    (@anemonex67)

    I would like to thank everyone that replied to my post.

    I have renamed original .htaccess file to ‘.htaccess_OLD’ and created a new one with the following details:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    It has fixed my issue and I can finally access the Dashboard.

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

The topic ‘404 error after logging into WordPress’ is closed to new replies.