Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Så här fixar du problemet med att uppdatera och redirecta login page på WordPress

Uppdateras och redirectas din login page i WordPress hela tiden när du försöker logga in på din website?

Denna issue låser dig ute från WordPress admin area, vilket gör att du inte kan arbeta på din website.

I den här artikeln visar vi dig hur du fixar problemet med att uppdatera och redirecta login page i WordPress.

Fixing the login page redirect and refresh issue in WordPress

Vad orsakar login page uppdatera och redirect issue i WordPress?

WordPress login page refresh and redirect error orsakas vanligtvis av felaktiga WordPress URL-inställningar eller misslyckande med att ställa in inloggningscookies.

När du loggar in bekräftar WordPress normalt ditt användarnamn och password och sätter sedan en login-cookie i din webbläsare. Efter det redirectas du till WordPress dashboard.

Om WordPress Misslyckas med att ställa in login-cookien korrekt eller om din URL för WordPress admin area är felaktig, kommer du att redirectas tillbaka till login-skärmen istället för adminpanelen.

Login page redirect issue in WordPress

Problem med login kan också orsakas av olika WordPress fel, t.ex. error establishing database connection, internal server error eller white screen of death.

Med detta i åtanke, låt oss felsöka och fixa WordPress login page redirect and refresh issue. Du kan använda dessa länkar för att hoppa till en specifik metod:

Obs/observera : Om du vill prova de avancerade stegen i denna WordPress tutorial, vänligen skapa en backup av din site först. Se vår guide om hur du manuellt skapar en backup av WordPress-databasen.

Video Tutorial

Subscribe to WPBeginner

Om du inte gillar videoklippet eller föredrar den skriftliga versionen istället, vänligen fortsätt att läsa.

Metod 1: Clear Cookies för att lösa problem med login

WordPress använder cookies för autentisering av login, så det första steget i felsökning av WordPress login-problem är det enklaste. You will need to clear your browser cookies and cache.

I Google Chrome klickar du bara på menyn för inställningar i webbläsaren och väljer sedan More Tools ” Clear Browsing Data.

Clear browsing data in Google Chrome

Detta kommer att starta Chrome Settings page med en ”Clear Browsing Data” popup displayed on the screen.

Härifrån måste du välja alternativen ”Clear cookies and other site data” och ”Cached images and files”.

Clear cookies and cache in Google chrome

Klicka sedan på knappen ”Clear data”, så kommer Google Chrome att rensa webbläsarens cache.

Kontrollera också att cookies är aktiverade i din webbläsare. När du har gjort det startar du om din webbläsare och försöker sedan logga in. Detta bör fixa problemet för de flesta.

Vi har en komplett guide med screenshots som visar hur du clearar cacheminnet och cookies i alla större webbläsare.

Metod 2: Update WordPress URL Settings

WordPress levereras med inställningar för URL:en till din website och URL:en till din WordPress install.

Om du hade tillgång till din WordPress admin area, då kan du se detta alternativ på Settings ” Allmänt page.

WordPress URL settings

Om dessa URL:er är felaktiga kommer WordPress att redirecta you tillbaka till login page.

Eftersom du inte kan komma åt WordPress admin area, måste du editera wp-config.php-filen för att fixa denna issue.

Filen wp-config.php är en speciell fil i WordPress som innehåller dina viktiga Settings för WordPress. Du kan komma åt den med hjälp av en FTP-klient eller via appen File Manager i adminpanelen för ditt WordPress-webbhotell.

Editing wp-config.php file via FTP

Du hittar filen wp-config.php i din sites rotfolder. Du behöver bara editera filen och klistra in följande rader med kod precis före den som säger ”That’s all, stop editing! Trevlig publicering”.

define('WP_HOME','https://www.example.com');
define('WP_SITEURL','https://www.example.com');

Glöm inte att ersätta ”example.com” med ditt eget domain name.

Efter det, save dina ändringar och upload filen tillbaka till din website.

Du kan nu besöka din WordPress website och försöka logga in. Förhoppningsvis har detta fixat problemet för dig. Om det inte gjorde det, fortsätt att läsa för ytterligare steg för troubleshoot.

Metod 3: Radera .htaccess-filen i WordPress

Ibland kan .htaccess-filen bli skadad, vilket kan leda till interna fel på servern eller att login page uppdateras error.

Gå bara in på din website med en FTP-klient eller via File Manager-appen i hosting providerns dashpanel.

När du är ansluten letar du upp .htaccess-filen i root directory på din website och downloadar den till datorn som backup.

Om du inte kan hitta din .htaccess-fil kan den här guiden om varför din .htaccess-fil kan saknas hjälpa dig.

Delete .htaccess file in WordPress

Därefter går du vidare och tar bort .htaccess-filen från din website.

Öppna sedan wp-admin directory, och om det finns en .htaccess-fil där, fortsätt och ta bort den också.

Du kan nu försöka logga in på din WordPress website. Om du lyckas betyder det att din .htaccess file hindrade dig från att logga in på WordPress.

När du är inloggad går du bara till Settings ” Permalinks page i adminpanelen i WordPress och klickar på knappen Save” utan att göra några ändringar. Detta kommer att generera en new .htaccess-fil för din website.

Metod 4: Deactivate alla tillägg till WordPress

Ibland kan WordPress plugins orsaka denna issue, särskilt om det finns en konflikt mellan två plugins.

För att enkelt deactivate alla dina WordPress tillägg, anslut till din website med hjälp av en FTP-klient eller via File Manager appen i adminpanelen på ditt webbhotell konto.

När du är ansluten går du till /wp-content/ directory. Inuti den ser du en folder med namnet ”plugins”. Det är här WordPress installerar alla dina tillägg.

Rename plugins folder to deactivate all plugins

Byt helt enkelt namn på plugins folder till ”plugins_backup”. Detta kommer att deactivate alla WordPress tillägg installerade på din website.

Vi har också en detaljerad tutorial om hur du deaktiverar alla WordPress tillägg när WordPress admin är otillgänglig.

När du har deactivate all plugins, försök logga in på din WordPress site. If you succeed, then this means that one of your plugins was causing the issue.

Metod 5: Återgå till standardtema

WordPress themes kan också orsaka konflikter efter upgrading till en nyare version av WordPress eller själva temat. För att ta reda på om problemet orsakas av ditt theme måste du deactivate det.

Processen liknar deactivate av tillägg. Anslut till din website med hjälp av en FTP-klient. Sedan måste du gå till /wp-content/themes/ directory och byta namn på din nuvarande theme-katalog till ’themes_backup’.

När du har gjort det kan du försöka logga in igen. Om you lyckas, betyder det att your theme orsakade the issue.

Du kan nu installera om en ny kopia av ditt theme för att se om detta löser issue. Om problemet återkommer måste du kontakta supporten för ditt theme eller byta till ett annat WordPress-tema.

Metod 6: Installera om WordPress Core

I sällsynta fall kan det ihållande problemet med att uppdatera login page orsakas av skadade WordPress core-filer.

Dessa core-filer utgör grunden för din WordPress website och hanterar viktiga funktioner. Om dessa filer skadas eller skrivs över med felaktig kod kan det leda till olika error, t.ex. problem med login.

Först går du till WordPress.org och downloadar den senaste versionen av programvaran. När du har downloadat filen packar du upp den på din dator. Detta kommer att skapa en folder med namnet ”wordpress” som innehåller alla nödvändiga filer för ominstallationen.

WordPress files

Därefter måste du ansluta till din website med hjälp av en FTP-klient eller filhanteraren som tillhandahålls av ditt webbhotell.

När du har anslutit dig navigerar du till rotmappen på din website. Detta är huvudkatalogen som innehåller foldrar som gillar wp-admin, wp-content och wp-includes.

Upload core WordPress files

I det här skedet ska du hämta alla filer från mappen ”wordpress” på din dator och uppladare dem till din websites root directory.

Your FTP client will ask you to confirm overwriting any existing core files.

Eftersom du ska borttaga skadade WordPress core-filer och ersätta dem med new, välj ”Overwrite” och välj alternativet ”Always use this action” för att slippa bekräfta varje fil enskilt.

Overwrite core files

Klicka slutligen på ”OK” för att påbörja uploaden. Din FTP-klient kommer att ersätta WordPress core-filerna på din website med de nya filerna från din dator.

När uploaden är completed, besök din website för att se om error är fixat. Om login-problemet orsakas av en skadad core-fil eller skadlig kod bör felmeddelandet vara borta och du bör kunna logga in utan problem.

Learn More Lösningar för troubleshoot av WordPress

Upplever du andra vanliga WordPress error och behöver hitta ett sätt att fixa dem? Här är andra artiklar som du kan kontrollera:

Vi hoppas att den här artikeln hjälpte dig att lösa problemet med att WordPress login page uppdateras och redirectas. Du kanske också vill se vår kompletta guide för felsökning i WordPress eller kontrollera våra toppval för de bästa WordPress-tilläggen och tools för att utveckla din site.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Avslöjande: Vårt innehåll stöds av våra läsare. Det innebär att om du klickar på några av våra länkar, kan vi tjäna en provision. Se hur WPBeginner finansieras, varför det är viktigt, och hur du kan stödja oss. Här är vår editoriala process.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Den ultimata WordPress-verktygslådan

Få GRATIS tillgång till vår verktygslåda - en samling WordPress-relaterade produkter och resurser som varje professionell användare bör ha!

Reader Interactions

357 kommentarerLämna ett svar

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Goxi

    You safe my life man! Just messed around the login wp admin site if it wasn’t for this tutorial I would never have solved the problem!

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  3. Tomer

    Thank you very much for this tutorial!
    I have tried these methods and managed to temporarily fix the problem.

    The thing is, that after everything seems to be working again, the next day it happens again. Without me changing anything at all. Any tips on that?

    • WPBeginner Support

      You would want to reach out to your hosting provider to ensure there is nothing on their end that could be causing this conflict

      Administratör

  4. Sulivan

    For those who ended up here an after all steps could’t solve this, check if you changed table prefix. I have changed mines and just figured out that there are some usermeta that stores the old prefix.

    • WPBeginner Support

      Thanks for sharing what was the issue on your site :)

      Administratör

  5. shahin

    thank you bro , amazing content and very useful

    • WPBeginner Support

      Glad you like our content :)

      Administratör

  6. Julie

    Tks a lot ! You save me !

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      Administratör

  7. Ann

    Thanks a lot to all of you, and specially to Hand: Changing back php version to 7.3 solved this for me! :-D

    • WPBeginner Support

      Glad the recommendations could help you :)

      Administratör

  8. Hand

    I had this issue and spent an entire day trying every possible solution mentioned here and elsewhere without any progress. Then I remembered that I had changed the PHP version from 7.3 to 7.4 on my hosting’s control panel (DirectAdmin). Changing back php version to 7.3 solved this for me.

    • WPBeginner Support

      Thanks for sharing the solution that worked for you :)

      Administratör

    • Jeff

      This worked for me. :)

    • Joe

      I’ve just worked out that PHP 7.4 missed three of the extensions we had installed on PHP 7.3:

      php74-php-opcache
      php74-php-process
      php74-php-soap

      As soon as they were enabled and provisioned the wp-admin 404 error disappeared. Hope that helps you to upgrade to 7.4 trouble-free!

  9. Shiv

    Hi

    I followed this article and in my case i found one plugin was causing this issue.So it found it by renaming each plugin and keep trying the login and once i reached this plugin and renamed it …admin login worked.So…i renamed back rest of the plugins to their original names and keep this once renamed and admin worked and later i sorted my plugin

    Thanks

    • WPBeginner Support

      Glad you were able to get your site working and thanks for sharing the method you used for other users with this issue :)

      Administratör

  10. mark

    I deleted the htaccess file as instructed, and now I can’t get a login screen at all. No access to my site (404)

  11. Di

    Thanks, you’re a life saver. The .htaccess hack worked!

    • WPBeginner Support

      Glad our recommendation could be helpful :)

      Administratör

  12. gho

    I owe you one! I used the codes and it’s simply worked. Big thanks wpbeginner!

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  13. Giang Nguyen

    thanks man. Your Update Site URL works!
    I tried to manually install piece by piece in my local macbook, to learn how wordpress work, and missing your piece!

    The install manual doesn’t really have this kind of info =)

    giang

    • WPBeginner Support

      Glad our recommendation could help you :)

      Administratör

  14. Todd

    I’ve had this issue before many years ago and I think my fix was the same this time as it was then. After trying many many suggestions above, what finally did it for me was clearing my chrome browsing history. Someone mentioned trying that and not working, but this was not actually offered as a solution so I thought I would post it. Thanks!

    • WPBeginner Support

      Thanks for sharing what worked for you :)

      Administratör

  15. Peter

    I was having a login error where my login page keeps refreshing and redirecting me back to the login screen. And for me (I tried all of the above solutions) and none of them worked.

    Then I checked the error_log file on my WordPress site and saw that the problem I was having said ”WordPress database error Disk full”

    As a result, I went into my wp-config.php file and added the following code to file right above the text line where it says in the file ”* That’s all, stop editing! Happy blogging. */”.

    The code I added is:

    define(’WP_MEMORY_LIMIT’, ’256M’);

    Problem solved.

    • WPBeginner Support

      Thanks for sharing the solution that worked for you :)

      Administratör

    • Chris

      Thanks for this – it worked perfectly and tehe memory limit solved the problem. I was really angry because all other stuff like plugins, themes, .htaccess didn’t work!!!
      Greetigs Chris

  16. purushotham

    i am not able to login my wordpress admin ,getting 404 error.what should i do to reslove the issue.

  17. Travis

    None of these options worked for me… Turns out to be a hosting issue. Called Network Solutions and they said that because my database was over 300mb I needed to upgrade my database because after 300mb they lock you out…. Upgrading by DB fixed the issue. Who knew….?!

    • WPBeginner Support

      Glad you were able to find the solution to the problem :)

      Administratör

    • Chris

      How did you upgrade the WP database? I think this may be my problem.

      • WPBeginner Support

        You would reach out to your hosting provider and they would let you know if you need more space for your database similar to Travis

        Administratör

  18. hamdi

    Defining these lines ON TOP OF wp-config.php helped. They don’t help if you put them at the bottom.

    define(’WP_HOME’,’http://example.com’);
    define(’WP_SITEURL’,’http://example.com’);

    • WPBeginner Support

      It should still work if you place it at the bottom of the wp-config file, there may have been a problem with where you placed it depending on what’s in your specific wp-config file.

      Administratör

  19. Joe G

    Nothing worked for me until I went into ftp server and edited index.php in the site’s root (alongside all of the other wp-related files mentioned here), and set define( ’WP_USE_THEMES’, FALSE )

    This will temporarily break your site temporarily (no error codes, just white screen), though my site loading wasn’t the problem. This allowed me to finally access my dashboard through the login site, where I then put a brand new theme on and fixed what I thought might be the culprit (I made the mistake of redirecting my ”Home” link on my menu to an exterior site).

    After removing the ”Home” link, (or just to be safe, the menu in general), and creating a new menu with only the pages in question I wanted to use, I re-set the ’wp_use_themes’ to TRUE and we’re back off to the races again!

    • WPBeginner Support

      Thanks for sharing what worked for you

      Administratör

  20. Mohsen

    I’ ve tested all of these solutions, but my problem has not solved.

    • WPBeginner Support

      If none of these methods worked then you may want to reach out to your hosting provider to ensure there aren’t any issues on their end.

      Administratör

  21. Matt Nigro

    My issue is that everyone has access to my site…no login required! Can someone help.

    • WPBeginner Support

      Do you mean people can view your site or people can log in to your site? If you mean the login then if you’ve logged in once, WordPress should log you back in but your site’s visitors would still need to log in. If you visit your site in an incognito browser you should see what your visitors see.

      Administratör

  22. Pranay Singh

    I am unable to login to the wordpress admin page as it is showing too many redirects(error) as I had just installed the wordpress and since then I am unable to login the page I have made every change and have checked each possible way through which I can make changes. I have done everything but nothing works. Please help me with the issue.

  23. Peter Guckian

    For some reason, everytime I go to login into my work’s cms site it redirects me to the actual website rather than the dashboard, have deleted browsing history, cookies, cache etc but no luck. Nobody else in the office seems to have faced this difficulty before

    • WPBeginner Support

      If you’re using the /wp-admin url to log into the site you may want to try instead using /wp-login.php to see if your browser is not fully clearing the cache.

      Administratör

  24. Hugo

    For me the solution was deleting user.ini file in the root of my site
    This file was created by host

    • WPBeginner Support

      Thanks for sharing this method, hopefully it helps anyone else if the above methods don’t work :)

      Administratör

  25. Stephen Vincent Abarca

    I have a problem in my login. When I visit my site with /wp-admin it then put itself to /wp-login.php with a popup login indicating ”your connection to this site is not private”. I cannot login even I put my user and pass.

  26. mahyar

    thank you for your guide
    i delete htaccess and every thing fixed
    i made another one from setting and save
    then i compare both backup file and new one
    the backup one has some extra entries
    is it ok? or i wil face problem?

  27. Stefano

    My issue is little different. When I click on customize theme, i get white page.
    Also tried to install the default theme, but nothing changes. I noticed one thing in the url, this code %3A%2F%2F instead of // and that should be part of the problem i think…
    I wanted to ask if someone had the same misadventure and how he solved it. Thanks P.S. This problem occurred to me a few months ago, but I had not given too much weight, thinking it would be resolved with a new upgrade, but unfortunately it was not …

  28. Reza Taba

    Divi Builder plugin was the culprit. Disabling it resolved the issue. Then I uninstalled and reinstalled it.
    FIXED.

    Thanks for the help!

  29. Marnus

    None of the mentioned methods worked for me.

    Resetting my password worked for me though.

    And no, I did not try to log in with the wrong password.
    I tested using a wrong password and the site would respond accordingly by saying it is wrong, but when using the correct password, it would just be in the login loop.

  30. Michael Morad-McCoy

    NONE of the above worked! Very, very frustrated as I need to migrate my site to a new host and doing so manually hasn’t worked so I wanted to try a plug-in. But I cannot access Network Admin to add the plugins!! Arrgh!

  31. saurab

    Hi
    I tried all these steps but still i am not able to login.

  32. Chinmay Ray

    Hi, Thank You for this blog it cleared alot of my doubts. I have one query

    i have access to wordpress however, when i login with email and password, i come back to the website instead of wordpress dashboard of that website. Yes am not admin. i have been given access by my client.

    please help me with this.

    • WPBeginner Support

      Hi Chinmay,

      The client may have a plugin to redirect users to the homepage upon login. You may need to ask them to find and disable that plugin.

      Administratör

  33. ken

    once again. this site save my site.

  34. saber.tabatabaee

    my case in mysql status of admin user changed to zero 0 and just need to change it to 1

  35. MR-wp

    Hello dear admin
    I’m really Thankful
    my problem solved after 2 hours struggling
    I am from Iran and I am very happy I visited your website.

  36. Wim

    Those 2 last lines of code helped me… A LOT!
    Many thanks for this post…

  37. Rama

    i tried all this steps and field to login return me to home page is there is any another solution to fix this issue ? and thanks.

  38. Dapo Momodu

    When i disabled my plugins folder from cpanel i was able to login. So now i will look for the plugin that made it act like that

  39. Rams

    Thanks a lot. I dig my head for more than a day on this. I have to move my client’s website from our server to HostGator and I found that even if I gave valid login credentials, I can’t logs into it.

    The stupid thing I did is if WordPress Address URL and Site Address URL is not same, Google Chrome can’t allow to logs in.

    The problem is domain is redirected to www. Since WordPress Address URL doesn’t have www, Chrom didn’t recognize as a legit one.

    Thank you so much for your effort in making this valuable article.

    • WPBeginner Support

      Hi Rams,

      Glad you found it helpful. Don’t forget to join us on Twitter for more WordPress tips and tutorials.

      Administratör

  40. Emilia Wiliams

    IT WORKED. Thanks!

    I deleted all public, primary and sub-domain .htaccess though.

    Then saved permalinks and all was good.

  41. Paul de Jong

    Hi,

    None of that worked, but using this did:
    define (’RELOCATE’, true);

    Thanks.

    • Luke

      Hello Paul,
      Where did you put that code?
      in the wp-config file?

    • Manas Dattagupta

      Pls tell me how? And where did you put those code.

  42. Umair

    I also had tried all methods but nothing work. At end when i define my site URL it worked for me.
    Thanks a lot admin.

    define(‘WP_HOME’,’http://example.com’);
    define(‘WP_SITEURL’,’http://example.com’);

    these lines worked for me.

  43. Serge

    Works well for me (just need to wait for a while….)

    wp-config.php
    define(’WP_HOME’,’http://example.com’);
    define(’WP_SITEURL’,’http://example.com’);

    Thanks
    Cheers
    Serge

  44. shivpujan patel

    hello sir my wordpress site login page this has been disabled .. please help me

  45. HengamV

    I had the same problem for a week … I tried everything on this list and so more and nothing helped to fix that … just try this one too and let me know if it works:

    download ”php.ini” file and delete it !
    if it works then there is problem with a code in this file … solve the problem making code and fix it and again upload ”php.ini” back into your public_html folder

    • Luke

      HENGAMV – That works!!

      ”download “php.ini” file and delete it !
      if it works then there is problem with a code in this file … solve the problem making code and fix it and again upload “php.ini” back into your public_html folder”
      MT!

  46. Nikhil

    HI,
    what a great post it helped me my site started working thank you very much.

  47. Anna

    ”Update Site URL” for the win! Thanks so much. I was neck deep in suggested help articles before I found this. Worked immediately, and super simple too.

  48. July

    Thanks a lot! It worked!

    • Craig Wallace

      Another deficiency in WP environment.

      Fast becoming a poor choice for web developers.

  49. Alex

    None of the solutions worked for me. But what I discovered was my host provider suspects a custom script was malicious and placed a post block on my server. Once I removed that, I can login again.

    • Shabeel

      Dear Sir,

      Same Problem here.. None of the solutions worked for me. May I How to remove that custom script from my server. ??

  50. Holly Louise

    This is too damn upsetting. EVERY time I try to log in to my wordpress.com account I am told I have the wrong password EVEN when I get it reset by wordpress!! I am NOT going to disable all my extensions. I am NOT going to clear my cache every time I want to log in to use my account. Pain in the arse. Figure it out people. Find a way for the users to actually use this thing! This has been going on for years and it is WHY I rarely ever use wordpress.

  51. Hamza Khan

    i have this problem in all of my sites that are hosted in my dedicated server.

Lämna ett svar

Tack för att du väljer att lämna en kommentar. Tänk på att alla kommentarer modereras enligt våra policy för kommentarer, och din e-postadress kommer INTE att publiceras. Vänligen använd INTE nyckelord i namnfältet. Låt oss ha en personlig och meningsfull konversation.