• nadyusha

    (@nadyusha)


    Hi! I’ve spent 3 days trying to figure out the problem. Nothing helps.
    We recently moved website to another domain using Duplicator plugin. Everything seems to look fine, only Divi theme’s icons aren’t working (404 error for fonts files). But i think it is related to main problem:

    we can’t login to admin. jdc.lv/wp-login.php – 404 error
    When I rename this file – it opens. Urls in database are fine, we tried to set them up in config file too. Code of .htaccess file:

    # 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

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    Any advice?

    Thank you!

    • This topic was modified 8 years ago by bdbrown.
  • The topic ‘wp-login 404 error’ is closed to new replies.