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. Amnon Jakony

    Deleting htaccess file worked fine for me…

    • WPBeginner Support

      Glad to hear it was able to help you!

      管理者

  2. Harry k

    Thanks for this video and the post. I tried above all of your methods but none of them fixed the issue. read the comment and found a solution as below. Edit HTTPS to HTTP.

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

    to

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

    • WPBeginner Support

      The issue with this method would be that your site would start to show the not secure message as your site would not be using HTRTPS. This can be a temporary workaround but you would want to update your site to use HTTPS after you are able to log in.

      管理者

  3. Tobias

    No luck none of them worked :(

    • WPBeginner Support

      If none of the methods from this article are working for you, we would recommend reaching out to your hosting provider for them to check if there are any errors on their end.

      管理者

  4. Salah

    Thanks a lot,

    You saved my day,
    I have changed the file wp-config.php as described in the tutorial and that worked for me.

    My best regards.

    • WPBeginner Support

      Glad to hear our guide was helpful!

      管理者

  5. Robert clancy

    I messed around with the Update WordPress URL Settings
    and that was a world of pain to correct as it took my whole site down. I had to correct it through changing the config settings using FTP.

    • WPBeginner Support

      The settings are definitely powerful and can cause issues if you change them incorrectly. Glad you were able to fix the issue using FTP!

      管理者

  6. DK John

    Your first method worked for me. Thank you for this magical guide :D

    • WPBeginner Support

      Glad our guide was helpful!

      管理者

  7. David Kuteesa

    Tried all and none worked. Here is what worked:
    Went to wp-config.php and set define( ‘WP_DEBUG’, false); to define( ‘WP_DEBUG’, true );
    Tried logging in again and got “usermeta table missing” error.
    Thats when I realised I had a missing table. Got it from another installation and changed the table prefix to meet current db.
    Worked immediately

    • WPBeginner Support

      Thank you for sharing this, for most beginners we recommend reaching out to their hosting provider if our recommendations do not work as they can check for less beginner friendly errors.

      管理者

  8. Stian

    Thank you – that tip about restoring the admin page by adding two lines of code in the config file seems to work nicely (still crossing fingers), but I have hope now, which I didn´t earlier.

    • WPBeginner Support

      We hope it helps!

      管理者

  9. WPBeginner Support

    Glad our guide could help and if you hadn’t set up SSL before changing to https that would definitely be the most likely cause.

    管理者

  10. branhampaul

    Thank You, it worked.

    I initially had the siteurl & wp address url changed to “https”, and this made me unable to log-in my dashboard. Maybe because I had not ssl at my host set-up.

    Re-changing the “https” to “http” helped me log-in back.

  11. Bryan Veloso

    Everything didn’t work. But after downgrading my PHP from 7.4 to 7.2, I was able to login.

    Kinda weird, now I’m using an older PHP version.

    Did you encounter an issue similar to mine? I want to use the newer PHP version, but it doesn’t let me login in wp-admin.

  12. Alisha

    This issue has never happened to me before, but the 2nd / plugin option worked for me right away.

    This website is a lifesaver! Thank you so much!

    • WPBeginner Support

      Glad our guide was helpful :)

      管理者

  13. Øivind

    Thank you! The wp-config.php-metod worked for me!

    • WPBeginner Support

      Glad our recommendation was able to assist :)

      管理者

  14. Ruta

    I tried some of these steps, but the problem turned out to be elsewhere: my site was setup as a ‘multisite’ but in wp-config file it said ‘subdomain_install’ as ‘false’, when I changed it to ‘true’, I could login to the site normally without redirects

    • WPBeginner Support

      Glad you found the solution to the issue :)

      管理者

    • Jerry

      This was also my problem! I tried all the steps mentioned in the article, but after changing the ‘subdomain_install’ from false to true in the wp-config.php file it worked!!

      Thanks!!

    • Joe

      I have been trying to solve this for MONTHS… Thanks to your comment, I was able to fix it in about 10 seconds. Thank you so much for sharing!

      This should be included in the tutorial.

  15. Brayton Scott

    Awesome, and simply tutorial. 1st suggestion fixed my site.

    • WPBeginner Support

      Glad our recommendation could help :)

      管理者

  16. Fraser

    I followed the instructions to deactivate all plugins and I now have access to wp-admin again! The instructions were easy to follow, and thanks so much for putting them out there.

    • WPBeginner Support

      Glad our article was helpful :)

      管理者

  17. Sachin Baikar

    Thanks for this great help. The plugin folder renaming worked for me. There was an issue with one of the plugins. Thanks once again :)

    • WPBeginner Support

      Glad our recommendations were able to help :)

      管理者

  18. E

    Thank you for this article. It is a complete lifesaver.

    • WPBeginner Support

      Glad our guide was helpful :)

      管理者

  19. Philipp

    I was looking for a solution for over 5 hours now – nothing worked. But deleting the htaccess file in the wp-admin directory helped!
    I cant thank you enough.
    Made my day.

    • WPBeginner Support

      Glad our recommendation helped :)

      管理者

  20. María González

    Thank you! You just saved my life (at least my job!) and a loooot of time (:

    • WPBeginner Support

      Glad our guide was able to help :)

      管理者

  21. Suraj Handa

    Hey but now its showing that cookies are disable in your browser please enable cookies. What can I do now?

  22. ajay mali

    you are always post great content that really helps a lot to everyone. thank you so much.

    • WPBeginner Support

      You’re welcome :)

      管理者

  23. David Cuff

    Very helpful. Thank you!

    • WPBeginner Support

      You’re welcome :)

      管理者

  24. ibrahim zouadi

    Thank you for sharing those tips, unfortunately none of them have worked for me. I even uninstalled the whole wordpress plugin. I don’t know what should i do next :(

  25. Anthony

    This helped like charm :)

    Many thanks.

    • WPBeginner Support

      You’re welcome :)

      管理者

  26. PDN Social

    This was a lifesaver! We were able to follow step-by-step and avoid a major problem!

    Great information!

    • WPBeginner Support

      Glad our guide was helpful :)

      管理者

  27. Jasmeet Singh

    I couldn’t find my wp admin page. It shows

    “There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.”

    How can I fix this error?

  28. cristi

    Hi, i have change by mistake my url and now the domain wp admin login url bring me to other site and i cont have ftp access how i can change back them?

    • WPBeginner Support

      You can either reach out to your hosting provider or if you have phpMyAdmin access you could change the options table and update the URL and address.

      管理者

  29. Ankit

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

    where do these two lines add in wp-config.php file?

    At Last OR At Start?

    Please clarify

    • WPBeginner Support

      As we state in the article: paste the code just before the line that says ‘That’s all, stop editing! Happy publishing’.

      管理者

  30. Paek

    Thank you so much!!!

    Adding the wp-config lines solved it.

    Thanks!

    • WPBeginner Support

      You’re welcome :)

      管理者

  31. Ada

    Thank you so much for your post. I’m a newbie with WP. These lines worked for me

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

    I also changed the below line from false to true.

    define( ‘WP_DEBUG’, true );

    • WPBeginner Support

      Glad our recommendation could help, the WP_Debug you should be able to return to false should you want :)

      管理者

  32. mojo

    thank u so much after spending so much time after deleting that .htacces and restart my mac open the website finally thanks for ur time

    • WPBeginner Support

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

      管理者

返信を残す

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