WordPressの投稿がサイト上で404エラーを返していませんか?
このエラーは、WordPressの管理エリアやブログにはアクセスできるのに、投稿を開こうとすると “404 Not Found” と表示される場合に起こります。
このカテゴリーでは、404エラーを返すWordPress投稿を修正する方法をご紹介します。
WordPressの投稿が404エラーになるのはなぜですか?
WordPressの投稿に404の「ページが見つかりません」エラーが表示される理由はいくつかあります。以下のような理由が考えられます:
- プラグインやテーマの競合:サイトにインストールしたプラグインやテーマが、WordPressのパーマリンク処理に干渉することがあります。これはリンク切れや404エラーにつながる可能性があります。
- カスタムコードの問題: カスタマイザーコードをサイトに追加している場合、パーマリンクに影響するエラーやその他のコンフリクトがコード内に存在し、投稿に404エラーが発生している可能性があります。
- .htaccessファイルの問題:.htaccessファイルは、WordPressがURLをどのように構造化するかの権限グループです。このファイルが破損していたり見つからない場合、投稿に404エラーが発生する可能性があります。
それでは、404エラーを返すWordPress投稿を修正する方法を見ていきましょう。以下のリンクから、さまざまな解決策にジャンプできます:
404エラーを自分で直したくないですか?WPBeginnerプロサービスがお手伝いします!WordPress緊急サポートでは、404エラー、リンク切れ、リダイレクトの問題などを専門家に依頼することができます。WordPress の問題にストレスを感じるのはやめて、問題を解決しましょう!WordPress 緊急サポートサービスを今すぐご予約ください!
動画チュートリアル
文章での説明がお好きな方は、そのまま読み進めてください。
方法1:プラグインやテーマのコンフリクトやカスタムコードの問題をチェックする
WordPressサイトに追加したプラグイン、テーマ、カスタムコードがパーマリンクに干渉したり、競合を引き起こしたりして、404エラーにつながることがあります。私たちのデモサイトでツールをテストしているときに、私たち自身も経験したことがあります。
この問題を解決するひとつの方法は、プラグインを一時的に無効化することです。プラグインはWordPressがリンクを処理するのを邪魔することがあります。
プラグインを無効化したら、プラグインを1つずつ再有効化し、各プラグインを有効化した後に404エラーが再び表示されるかどうかを確認します。特定のプラグインを有効化した後にエラーが表示される場合は、そのプラグインが原因かもしれません。
その後、そのプラグインに関連する解決策を検索したり、プラグイン開発者にサポートを求めることができます。
同様に、WordPressテーマが競合を引き起こしている可能性もあります。
確認するには、一時的にTwenty Twenty-ThreeやTwenty Twenty-FourのようなWordPressのデフォルトテーマに切り替えることができます。必要なのは、外観 “ テーマに 行き、デフォルトテーマの「有効化」をクリックするだけです。
デフォルトテーマで404エラーが消えた場合、現在のテーマと競合している可能性があります。その場合は、テーマのトラブルシューティングを試すか、別のテーマの使用を検討してください。
WordPressテーマのエキスパートが選ぶ、おすすめの人気テーマをご覧ください。
最近サイトにコード・スニペットをインサーターした場合、コードにエラーがあり404エラーが発生している可能性があります。追加したコードをよく見て、間違いがないか確認してください。
WordPressにコードスニペットを追加する最も安全な方法は、WPCodeプラグインを使用することです。このプラグインを使えば、テーマファイルを直接操作することなくカスタムコードを挿入することができ、サイトが壊れるリスクを減らすことができる。
さらに、WPCodeはあなたのコードにエラーを発見するたびに、自動的にスニペットを無効化し、それを確認するように要求します。また、テストモードを使用すると、ライブサイトにプッシュする前に、コードが動作するかどうかを確認することができます。
いずれの解決策もうまくいかない場合は、パーマリンク設定のトラブルシューティングを行う次の方法に進んでください。
方法2:パーマリンクの設定を修正する
WordPressの投稿は、.htaccessファイルのリライトルールに問題があるため、404エラーを返すことがあります。ほとんどの場合、パーマリンクの設定を更新することで問題を解決できます。
WordPress管理画面の設定 ” パーマリンクに移動し、「変更を保存」ボタンをクリックするだけです。
パーマリンク設定そのものを変更する必要はありません。パーマリンク設定を更新し、書き換えルールをフラッシュします。
ほとんどの場合、この解決策はWordPressの投稿404エラーを修正します。しかし、もしうまくいかない場合は、.htaccessファイルを手動で更新する必要があるでしょう。
方法3:WordPressの.htaccessファイルを更新する
作業を始める前に、WordPressの.htaccessファイルをバックアップしておいてください。何か問題が発生しても、元のファイルを簡単に復元することができます。
ここで、FileZillaのようなFTPクライアントまたはWordPressホスティングダッシュボードのファイルマネージャーアプリを使用してサーバーに接続する必要があります。
次に、/wp-content/や/wp-includes/などのフォルダーと同じ場所にある.htaccessファイルを見つけて編集する必要があります。
ファイルを右クリックして「ファイルの権限」を選択するだけです。
権限を666に変更すれば、ファイルを書き込み可能にできる。
数値」ボックスに「666」と入力し、「OK」をクリックする。
その後、チュートリアルの最初の方法の手順を繰り返す必要があります。これを行ったら、権限を660に戻すことを忘れないでください。
ファイルを編集してコードを追加することもできる。
.htaccessファイルをテキストエディターで開いたら、このコードを挿入するだけです:
# 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
方法4:ホスティングサービスに問い合わせる
上記のいずれの解決策でもWordPressの投稿が404エラーを返してしまう場合は、WordPressのホスティングサービスプロバイダーに連絡することをお勧めします。ホスティングプロバイダー側のエラーかもしれませんし、トラブルシューティングを手伝ってくれるかもしれません。
WordPressのサポートを正しく依頼し、サポートを受ける方法については、こちらのガイドもご覧ください。
方法5:WordPressの投稿がローカルサーバーで404エラーを返すのを修正する。
テスト目的でローカルサーバーを使用している場合、MAMP、WAMP、XAMPPサイトのApache設定でmod_rewriteを有効化する必要があります。
これにより、WordPressはきれいなURLを生成し、ローカルサーバー上の投稿やページの404エラーを防ぐことができます。
これをどのように行うかは、使用しているプラットフォームによって異なります。XAMPPを使用している人は、コントロールパネルを開き、Actions内の「Config」ボタンをクリックします。そして、「Apache (httpd.conf)」を選択してください。
次に、#LoadModule rewrite_module modules/mod_rewrite.soという
行を見つけ、’#’を削除してアンコメントする必要がある。
これでmod_rewriteがロードされる。
次に、AllowOverride Noneの
インスタンスをすべて見つけ、AllowOverride All
に変更する。
All’ はすべてのディレクティブを上書きできることを意味します。
完了したら、httpd.confファイルを保存して閉じます。その後、XAMPPコントロールパネルでApacheモジュールの「Stop」をクリックし、再度「Start」をクリックして再起動します。
その後、管理ダッシュボードに戻り、パーマリンクが機能しているか確認してください。
この投稿がWordPressで404エラーを返す投稿を解決するのにお役に立てば幸いです。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.
taher
My problem is a little different i do have access to my wp-admin, But i am unable to access to any page within wordpress, including dashboard or settings and re-directed to 404-error page. I have disabled cloudfare, but the problem persists.
WPBeginner Support
If the method in this article is not working you may want to try the general troubleshooting steps in:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
to see if it is due to a specific plugin or theme.
管理者
sikkandhar
great help, by just changing theme of wordpress, my 404 errors solved,
thank you for simple and great idea.
WPBeginner Support
Glad our guide could help
管理者
Oswaldo
Thanks for this amazing solution. I have a membership site and when i looked up to my mail this morning i have a lot of users that wrote that the cant access to the page because is showing the 404 error message and in fact this was happening, i didint know what to do, i thought it was some plugin or some function i put the night before….
Then i found this post, i saved again the permalinks as shown in this post and WORKED!!!
but i am not happy yet, i want to know why happened this problem? so this wont repeat again because all night while i was sleeping this problem happened
please can you tell us, why happened this problem, so we can avoid this?
Thank you
WPBeginner Support
Sadly, it is difficult to say the root cause. It could have been an update from the host’s end or something on your site could have updated your permalinks incorrectly as some possibilities.
管理者
Lina Jin
I checked .htaccess and permalink settings too but its still not working.
In pages, I can see only some pages and others show errors.
‘Trying to get property ‘post_author of non-object in C:\xampp\htdocs\aaa\wp-admin\incldues\class-wp-posts-list-table.php on lline 1180’
So the page links are not working and after login, the homepage is automatically redirected to wp-admin and dashboard shows nothing.
Can you help me with this?
WPBeginner Support
You would want to start with the general troubleshooting steps in: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
You could also try updating your WordPress files using the method in: https://www.wpbeginner.com/wp-tutorials/how-to-manually-update-wordpress-using-ftp/
管理者
Harry
Thank you for this tutorial, solved my problem.
WPBeginner Support
Glad our article could help
管理者
kaleab
i had the same problem geting 404 error in post.php …it was frustrating but the only thing worked form me was change the the theme..and change it again…it worked for me………..
WPBeginner Support
Thanks for sharing what worked for you
管理者
TrigienIT
i had the same issue. tried the options above but they did not work until I also changed the theme to another, then reverted back to the normal theme.
José
None of the solutions worked for me. I can only acces to my home page, any other link like pages & post are not working. The update that caused this was the 5.0.3
WPBeginner Support
To ensure this is not a conflict with a theme or plugin you would want to take a look at this article for steps to try: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
管理者
Nikki S
Wheew! This DID work for me. All I had to do was hit the Save button. So thankful for the article.
I just updated to WP 5.0.2 yesterday from 4.9.8. Could that have been the cause? It seems to run fine yesterday.
WPBeginner Support
As with any technology, there are many possible reasons. It could have been the update, a hiccup with the host, or another unknown reason.
管理者
Anjalai
am working in wordpress admin suddendly it showing 404 error message. so what am to do and i am beginner for wordpress
WPBeginner Support
You would want to follow the steps in this article and should none of them work, reach out to your hosting provider and they should be able to assist.
管理者
Okan
Thanks thanks thanks. You are the man!
Mike
Thank you so much. It worked. My site is fully back online. Thank you.
WPBeginner Support
Glad you found it helpful
管理者
RKapunan
Thank you so much. My links are back!
Jennifer Nelson
Thank you!!!!
Daniel S
I have tried all the suggestions from the article and some from comments.
Then I contacted my hosting company and it turned up that their ModSecurity module on the server blocked POST requests with “+src=” string in it.
It could be different rule for you but if everything else fails try asking your hosting company to check if any request was blocked at the server level.
zak
thank you so much you are amazing, i love you so much, you are great, i searched a lot of pages and no one knows and teaches like you. you are awesome.
Thank you Thank you Thank you
Matzi
Thank you. It worked perfectly.
jay
this is happening to our site almost monthly and the only way to fix is to reset the permalinks in wp dashboard. debug log file is clean so i dont have any clue where to start fixing. any one having the same problem?
Ronny
I have the same problem! but I do not know where the problem comes from? does anyone know how to solve it?
Musab
Thaaanks many thanks
Arlene
My world was torn apart when I received this 404 error. Thank you WPBeginner for this helpful guide.
Jerry Bordadora
Thank you!! You save my me bro
Toyin
My issue has to do with the next page. I reduced the number of posts showing on my home page from 10 to 5, and when I click on the next page, it’s coming up with the 404 page not found
Aram
Hello! Thank You for interesting article! I have a little different problem. I want to redirect my 404 page to another, accurate and beautiful page. And normaly use plugins or template possibilities for that. But one of my sites, where there is the same template that I usually work with, the 404 page does not exist at all. Whatever I do. I get error telling that The requested document was not found on this server.
WPBeginner Support
Hi Aram,
Try updating your permalink structure. Simply visit Settings » Permalinks and then click on the save changes button without changing anything.
管理者
Ann-Jeanette
I cannot put in words how grateful I am for this exact article. THANK YOU
behdad
extremely helpful thanks
Renan
Works like a charm!
Morcio
It works, thanks THAAANKS a lot!!
Zihad
Thanks for such an easy solution.
Okereke Divine
This article is actually very very helpful.
But my problem seems to be different. Please WPBEGINNER, you guys should please and please help me…
I have tried the methods above but its not working. though my problem is kindoff different.
My problem is:
Sometimes, When I try to update my previous post or make a new post.., it redirects me to “404 error. Please and please help me.
WPBeginner Support
Hi Okereke,
Please try these steps. Go to Settings > Writing page and under the update services section delete any URLs in the box (Normally you will only see one URL rpc.pingomatic.com). Now click on the Save changes button to store your settings.
Try editing a post to see if this resolved your issue. If it didn’t then, please try steps in our WordPress troubleshooting guide.
管理者
Lisa Cox
This article saved me so much time….I was ready to scrap the whole thing and re-do the blog from the start because I thought I had made an irreversible mistake. Two clicks everything is fixed – THANK YOU! Sorry, I didn’t mean to sound like Dr. Suess. Enjoy your day!
Daulat khan
Hi! This article was helpful but when i put my site on google search bar ex, ac-universal.com/wp-admin an error 404 found how can i enter into my word press.
Guied ne thanks
WPBeginner Support
Hi Daulat Khan,
Have you tried the .htaccess method described in the article?
管理者
Mark Wayda
Just wanted to say thanks. Simple and effective fix for a problem that had been perplexing me for a few days!
joseph
thank you, this was very helpful
Khulu
Thank you Tom
Your solution works perfectly!!!!
Ash
Thanks. Your instructions worked 100%. It was driving me crazy.
Okereke Divine
Though my problem was that if i try to update my post., it redirects me to 404page.
I followed your instructions and it worked perfectly!
Collins
I can’t access my home page.
It keep saying 404 not found whenever i go to my url
Fernando Njaria
Thank you so much, had me going crazy with the 404 error, but after saving changes to the permalinks settings it worked!
Ibrahim Shabbir
I Cannot Even Access My Admin Page
Doni
That is my problem also. I can access my home page and one of the two top-nav pages, but I can’t access the second page, and I can’t get to /wp-login or /wp-admin.
Paulo
Awesome… saved my life, thank you
Tom
Great tips – for some reason, this didn’t completely fix my issue as AllowOverride was set to ‘None’ in my httpd.conf file
Should anybody else run into the issues, simply edit your Apache2 httpd.conf file located in one of these locations: /etc/apache2/httpd.conf. /etc/apache2/apache2.conf.
Look for:
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
And replace with:
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Hope this helps somebody!
Clinton
Thank you Tom,
I deployed a new site with Google One Click Deploy and missed some instructions about setting the AllowOverride All for the docroot directory. Your reply along with this article helped me get this working again. With AllowOverride set to None .htaccess files are ignored, so the directives to use make permalinks work, fail. In my case the config that I needed to edit was /etc/apache2/sites-available/wordpress.conf which had the directory of the wordpress install with the AllowOverride None set.
My Real Name
Thank you sir. You are my hero right now. I looked at so many sites and not a single one of them mentioned this. It wasn’t even obvious from the apache manual, to the extent that I read that.
Dipak Vasava
Thank You very, problem solved. its working code.
Simran
Thanks a lot..nothing to say. It really helped me. You done a great work..Thank you so much
Lagz
Worked like a charm, Thanks!
Contact form 7 Ajax was not working, giving me the feedback 404 error in console log.
I did not suspect rewriting rules until I read this.
Saving the permalink settings did the job!
Thank you
Favour
am confused, at the .htacess what I saw there was 0644 not 660, how do I go about it.
JP
Thank you for posting this- it saved me a ton of time- Cheers!
prabhat pandit
very helpful information for me
Richard
Thank you very much!!
Prabhat
thank you very much. for a moment i felt all my work is gone. you saved me
Sonja
Thank you!!! This was an awesome guide. Made my evening a lot better!
eriab nsereko
Thx WPB team, it worked like charm and that’s why I really love this mighty site!