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

WordPressログインページの更新とリダイレクトの問題を解決する方法

サイトにログインしようとすると、WordPressのログインページが何度も更新されたり、リダイレクトされたりしませんか?

この問題により、WordPressの管理エリアからロックされ、サイトでの作業ができなくなります。

この投稿では、WordPressログインページのリフレッシュとリダイレクトの問題を解決する方法を紹介します。

Fixing the login page redirect and refresh issue in WordPress

WordPressのログインページ更新とリダイレクト問題の原因は?

WordPressのログインページのリフレッシュとリダイレクトエラーは、通常、WordPressのURL設定が正しくないか、ログインCookieが設定されていないことが原因です。

通常、ログインすると、WordPressはユーザー名とパスワードを正しく認証し、ブラウザーにログインCookieを設定します。その後、WordPressダッシュボードにリダイレクトされます。

WordPressがログインCookieを正しく設定できなかったり、WordPress管理エリアのURLが正しくない場合、管理ダッシュボードではなくログイン画面にリダイレクトされます。

Login page redirect issue in WordPress

ログインの問題は、データベース接続の確立エラー内部サーバーエラー死の白い画面など、WordPressのさまざまなエラーによっても発生します。

これを念頭に置いて、WordPressログインページのリダイレクトと更新の問題をトラブルシューティングして解決しましょう。これらのクイックリンクを使って、特定の方法に飛ぶことができます:

注: このWordPressチュートリアルの高度なステップを試したい場合は、まずサイトのバックアップを作成してください。WordPressデータベースのバックアップを手動で作成する方法については、こちらのガイドをご覧ください。

動画チュートリアル

Subscribe to WPBeginner

動画がお好きでない方、あるいは文章がお好きな方は、このまま読み進めてください。

方法1:ログインの問題を解決するためにCookieを消去する

WordPressはログイン認証にCookieを使用しているため、WordPressログイン問題のトラブルシューティングの最初のステップは最も簡単なものです。ブラウザーCookieとキャッシュをクリアする必要があります。

Google Chromeでは、ブラウザー設定メニューをクリックし、その他のツール ” ブラウジングデータを消去 を選択するだけです。

Clear browsing data in Google Chrome

画面に「閲覧データの消去」ポップアップが表示され、Chromeの設定ページが起動します。

ここから、「Cookieとその他のサイトデータを消去する」と「キャッシュされた画像とファイル」のオプションを選択する必要があります。

Clear cookies and cache in Google chrome

次に、「データを消去」ボタンをクリックすると、Google Chromeがブラウザーキャッシュを消去します。

また、ブラウザーでCookieが有効化されていることを確認してください。その後、ブラウザーを再起動してからログインしてみてください。ほとんどの場合、これで問題が解決するはずです。

すべての主要なブラウザーでキャッシュとCookieをクリアする方法をスクリーンショット付きで紹介しています。

方法2:WordPressのURL設定を更新する

WordPressには、サイトのURLとインストーラのURLの設定が用意されています。

WordPressの管理エリアにアクセスできる場合は、設定 ” 一般ページでこのオプションを見ることができます。

WordPress URL settings

これらのURLが正しくない場合、WordPressはログインページにリダイレクトします。

WordPressの管理エリアにアクセスできないため、この問題を解決するにはwp-config.phpファイルを編集する必要があります。

wp-config.phpファイルはWordPressの特別なファイルで、WordPressの重要な設定が含まれています。FTPクライアントを使用するか、WordPressホスティングアカウントのダッシュボードのファイルマネージャーアプリからアクセスできます。

Editing wp-config.php file via FTP

サイトのルート・フォルダーにwp-config.phpファイルがあります。そのファイルを編集し、「これですべてです!ハッピー公開する

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

example.com」を自分のドメイン名に置き換えることをお忘れなく。

その後、変更を保存し、ファイルをサイトにアップロードしてください。

これでWordPressサイトにアクセスしてログインを試すことができます。これで問題が解決すればよいのですが。そうでない場合は、トラブルシューティングの追加手順を読み進めてください。

方法3:WordPressの.htaccessファイルを削除する

時々、.htaccessファイルが破損し、サーバー内部エラーやログインページリフレッシュエラーが発生することがあります。

FTPクライアントを使用するか、ホスティングサービスのダッシュボードにあるファイルマネージャーアプリからサイトにアクセスするだけです。

接続したら、サイトのルートディレクトリにある.htaccessファイルを探し、バックアップとしてコンピューターにダウンロードします。

.htaccessファイルが見つからない場合は、.htaccessファイルが見つからない理由についてのガイドが役に立ちます。

Delete .htaccess file in WordPress

その後、あなたのサイトから.htaccessファイルを削除してください。

次に、wp-adminディレクトリを開き、そこに.htaccessファイルがあれば、それも削除する。

これでWordPressサイトにログインできるようになります。成功すれば、.htaccessファイルがWordPressへのログインを妨げていたことを意味します。

ログイン中、WordPress管理画面の設定 ” パーマリンクのページに行き、何も変更せずに「保存」ボタンをクリックするだけです。これであなたのサイトに新しい.htaccessファイルが生成されます。

方法4:WordPressのプラグインをすべて無効化する

WordPressのプラグインがこの問題を引き起こすことがあり、特に2つのプラグインが競合している場合に起こります。

WordPressプラグインをすべて簡単に無効化するには、FTPクライアントを使用するか、ウェブホスティングアカウントのダッシュボードにあるファイルマネージャーアプリを使用してサイトに接続します。

接続したら、/wp-content/ディレクトリに移動する。その中に「plugins」というフォルダーがあります。WordPressはここにすべてのプラグインをインストールします。

Rename plugins folder to deactivate all plugins

プラグインフォルダーの名前を「plugins_backup」に変更するだけです。これでサイトにインストールされているWordPressプラグインがすべて無効化されます。

また、WordPressの管理画面にアクセスできないときに、WordPressのプラグインをすべて無効化する方法についての詳しいチュートリアルもあります。

すべてのプラグインを無効化したら、WordPressサイトにログインしてみてください。成功すれば、プラグインのひとつが問題を引き起こしていることになります。

方法5:デフォルトテーマに戻す

WordPressのテーマは、WordPressやテーマ自体の新しいバージョンにアップグレードした後にも競合を引き起こす可能性があります。問題がテーマによって引き起こされているかどうかを調べるには、テーマを無効化する必要があります。

手順はプラグインの無効化と同様です。FTPクライアントを使用してサイトに接続する。次に、/wp-content/themes/ディレクトリに移動し、現在のテーマディレクトリを’themes_backup’にリネームする。

それができたら、もう一度ログインを試してください。成功すれば、テーマが問題を引き起こしていたことになります。

テーマの新しいコピーを再インストールして、問題を解決するかどうか確認してください。問題が再発した場合は、テーマのサポートに連絡するか、別のWordPressテーマに切り替える必要があります。

方法6:WordPressコアを再インストールする

まれに、ログインページが更新されない問題は、WordPressコアファイルの破損が原因である可能性があります。

これらのコアファイルはWordPressサイトの基盤であり、必要不可欠な機能を管理しています。これらのファイルが破損したり、正しくないコードで上書きされたりすると、ログインの問題を含むさまざまなエラーにつながる可能性があります。

まず、WordPress.orgにアクセスし、ソフトウェアの最新バージョンをダウンロードする。ダウンロードしたら、コンピューター上でファイルを解凍する。すると、再インストールに必要なファイルがすべて入った「WordPress」という名前のフォルダーが作成されます。

WordPress files

次に、FTPクライアントまたはホスティングサービスが提供するファイルマネージャを使用してサイトに接続する必要があります。

接続したら、サイトのルート・フォルダーに移動します。これは、wp-admin、wp-content、wp-includesのようなフォルダーを含むメインディレクトリです。

Upload core WordPress files

この段階で、コンピューター上の「wordpress」フォルダーからすべてのファイルを取り出し、サイトのルート・ディレクトリーにアップロードする。

FTPクライアントが、既存のコアファイルの上書きを確認するよう尋ねてきます。

破損したWordPressコアファイルを削除し、新しいファイルに置き換えるので、各ファイルを個別に確認する必要がないように、「上書き」を選択し、「常にこのアクションを使用する」オプションを選択します。

Overwrite core files

最後に「OK」をクリックしてアップロードプロセスを開始します。FTPクライアントが、サイト上のWordPressのコアファイルをコンピューターからの新しいファイルに置き換えます。

アップロードが完了したら、サイトにアクセスしてエラーが修正されているかどうかを確認してください。ログインの問題が破損したコアファイルやマルウェアによるものであれば、エラーメッセージは消え、正常にログインできるはずです。

さらに詳しく WordPress トラブルシューティング ソリューション

WordPressでよくあるエラーに遭遇し、それを解決する方法を見つける必要がありますか?他の投稿もご覧ください:

この投稿がWordPressログインページの更新とリダイレクトの問題を解決するのにお役に立てば幸いです。WordPressトラブルシューティングの完全ガイド、またはサイトを成長させる最高のWordPressプラグインとツールのトップピックもご覧ください。

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.

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

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.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

354件のコメント返信を残す

  1. 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 :)

      管理者

  2. 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

      管理者

  3. 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 :)

      管理者

  4. shahin

    thank you bro , amazing content and very useful

    • WPBeginner Support

      Glad you like our content :)

      管理者

  5. Julie

    Tks a lot ! You save me !

    • WPBeginner Support

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

      管理者

  6. 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 :)

      管理者

  7. 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 :)

      管理者

    • 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!

  8. 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 :)

      管理者

  9. 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)

  10. Di

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

    • WPBeginner Support

      Glad our recommendation could be helpful :)

      管理者

  11. gho

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

    • WPBeginner Support

      Glad our guide could help :)

      管理者

  12. 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 :)

      管理者

  13. 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 :)

      管理者

  14. 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 :)

      管理者

    • 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

  15. purushotham

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

  16. 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 :)

      管理者

    • 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

        管理者

  17. 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.

      管理者

  18. 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

      管理者

  19. 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.

      管理者

  20. 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.

      管理者

  21. 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.

  22. 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.

      管理者

  23. 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 :)

      管理者

  24. 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.

  25. 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?

  26. 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 …

  27. Reza Taba

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

    Thanks for the help!

  28. 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.

  29. 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!

  30. saurab

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

  31. 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.

      管理者

  32. ken

    once again. this site save my site.

  33. saber.tabatabaee

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

  34. 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.

  35. Wim

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

  36. 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.

  37. 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

  38. 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.

  39. Emilia Wiliams

    IT WORKED. Thanks!

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

    Then saved permalinks and all was good.

  40. 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.

  41. 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.

  42. 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

  43. shivpujan patel

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

  44. 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!

  45. Nikhil

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

  46. 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.

  47. July

    Thanks a lot! It worked!

    • Craig Wallace

      Another deficiency in WP environment.

      Fast becoming a poor choice for web developers.

  48. 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. ??

  49. 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.

  50. Hamza Khan

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

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。