Geben Ihre WordPress-Beiträge auf Ihrer Website einen 404-Fehler zurück?
Dieser Fehler tritt auf, wenn Sie auf Ihren WordPress-Administrationsbereich und Ihr Blog zugreifen können, aber wenn Sie versuchen, einen Beitrag zu öffnen, wird „404 Not Found“ angezeigt.
In diesem Artikel zeigen wir Ihnen, wie Sie WordPress-Beiträge mit 404-Fehlern beheben können.
Warum erhalten meine WordPress-Beiträge einen 404-Fehler?
Es gibt mehrere Gründe, warum Ihre WordPress-Beiträge einen 404 „Seite nicht gefunden“-Fehler anzeigen. Diese können sein:
- Konflikte mit Plugins oder Themes: Manchmal können Plugins oder Themes, die Sie auf Ihrer Website installiert haben, die Handhabung von Permalinks durch WordPress beeinträchtigen. Dies kann zu fehlerhaften Links und 404-Fehlern führen.
- Probleme mit benutzerdefiniertem Code: Wenn Sie Ihrer Website benutzerdefinierten Code hinzugefügt haben, kann es sein, dass der Code Fehler enthält, die sich auf Permalinks auswirken oder andere Konflikte verursachen, was zu 404-Fehlern für Ihre Beiträge führt.
- Probleme mit Ihrer .htaccess-Datei: Die .htaccess-Datei spielt eine Rolle dabei, wie WordPress URLs strukturiert. Wenn diese Datei beschädigt ist oder fehlt, kann dies zu 404-Fehlern für Ihre Beiträge führen.
Sehen wir uns also an, wie man WordPress-Beiträge mit 404-Fehlern beheben kann. Sie können die Links unten verwenden, um direkt zu den verschiedenen Lösungen zu springen:
Sie wollen 404 Fehler nicht selbst beheben? WPBeginner Pro Services kann helfen! Mit unserem erschwinglichen WordPress-Notfallsupport können Sie Experten beauftragen, 404-Fehler, defekte Links, Weiterleitungsprobleme und vieles mehr zu beheben. Hören Sie auf, sich über WordPress-Probleme zu ärgern und lassen Sie sie beheben! Vereinbaren Sie noch heute einen WordPress-Support-Notfalldienst!
Video-Anleitung
Wenn Sie eine schriftliche Anleitung bevorzugen, dann lesen Sie einfach weiter.
Methode 1: Suchen Sie nach Plugin- oder Theme-Konflikten und benutzerdefinierten Code-Problemen
Manchmal können Plugins, Themes oder benutzerdefinierter Code, den Sie zu Ihrer WordPress-Website hinzugefügt haben, Permalinks beeinträchtigen oder Konflikte verursachen, die zu 404-Fehlern führen. Wir haben das sogar schon selbst erlebt, als wir Tools auf unserer Demo-Website getestet haben.
Eine Möglichkeit, dieses Problem zu lösen, besteht darin, Plugins vorübergehend zu deaktivieren. Plugins können manchmal stören, wie WordPress mit Links umgeht.
Nachdem Sie die Plugins deaktiviert haben, können Sie sie nacheinander reaktivieren und dabei überprüfen, ob der 404-Fehler nach der Aktivierung der einzelnen Plugins erneut auftritt. Wenn der Fehler nach der Aktivierung eines bestimmten Plugins auftritt, könnte dieses der Übeltäter sein.
Sie können dann nach Lösungen für dieses Plugin suchen oder den Plugin-Entwickler um Unterstützung bitten.
Auch Ihr WordPress-Theme könnte die Ursache für den Konflikt sein.
Um das zu überprüfen, können Sie vorübergehend zu einem Standard-WordPress-Theme wie Twenty Twenty-Three oder Twenty Twenty-Four wechseln. Dazu müssen Sie nur auf Darstellung „ Themes gehen und bei einem Standard-Theme auf „Aktivieren“ klicken.
Wenn der 404-Fehler mit dem Standard-Theme verschwindet, deutet dies auf einen möglichen Konflikt mit Ihrem aktuellen Theme hin. Sie können dann versuchen, das Problem mit dem Theme zu beheben oder ein anderes Theme zu verwenden.
In unserer Expertenauswahl der beliebtesten WordPress-Themes finden Sie Empfehlungen.
Wenn Sie kürzlich Codeschnipsel in Ihre Website eingefügt haben, kann es sein, dass der Code Fehler enthält, die die 404-Fehler verursachen. Schauen Sie sich den hinzugefügten Code genau an und prüfen Sie, ob Sie Fehler finden können.
Der sicherste Weg, Code-Schnipsel in WordPress einzufügen, ist das WPCode-Plugin. Mit diesem Plugin können Sie benutzerdefinierten Code einfügen, ohne direkt mit den Themadateien zu arbeiten, wodurch das Risiko, dass Ihre Website beschädigt wird, verringert wird.
Und wenn WPCode einen Fehler in Ihrem Code entdeckt, wird das Snippet automatisch deaktiviert und Sie werden aufgefordert, es zu überprüfen. Sie können auch den Testmodus verwenden, um zu prüfen, ob Ihr Code funktioniert, bevor Sie ihn auf Ihre Live-Website übertragen.
Wenn keine dieser Lösungen funktioniert, fahren Sie mit der nächsten Methode fort, bei der wir Ihre Permalink-Einstellungen überprüfen werden.
Methode 2: Reparieren Sie Ihre Permalink-Einstellungen
WordPress-Beiträge können aufgrund von Problemen mit Rewrite-Regeln in Ihrer .htaccess-Datei 404-Fehler zurückgeben. In den meisten Fällen können Sie das Problem beheben, indem Sie Ihre Permalink-Einstellungen aktualisieren.
Gehen Sie einfach zu Einstellungen “ Permalinks in Ihrem WordPress-Admin und klicken Sie auf die Schaltfläche „Änderungen speichern“.
Es ist nicht notwendig, die Permalink-Einstellungen selbst zu ändern. Dadurch werden Ihre Permalink-Einstellungen aktualisiert und die Rewrite-Regeln geleert.
In den meisten Fällen behebt diese Lösung den 404-Fehler bei WordPress-Beiträgen. Wenn es bei Ihnen jedoch nicht funktioniert, müssen Sie wahrscheinlich Ihre .htaccess-Datei manuell aktualisieren.
Methode 3: Aktualisieren der WordPress-.htaccess-Datei
Bevor Sie beginnen, sollten Sie eine Sicherungskopie Ihrer WordPress.htaccess-Datei erstellen. Wenn etwas schief geht, können Sie die ursprüngliche Datei leicht wiederherstellen.
Nun müssen Sie eine Verbindung zu Ihrem Server herstellen, indem Sie einen FTP-Client wie FileZilla oder die Dateimanager-App in Ihrem WordPress-Hosting-Dashboard verwenden.
Als Nächstes müssen Sie die Datei .htaccess finden und bearbeiten, die sich am selben Ort wie die Ordner /wp-content/ und /wp-includes/ befindet.
Klicken Sie einfach mit der rechten Maustaste auf die Datei und wählen Sie „Dateiberechtigungen“.
Sie können die Datei schreibbar machen, indem Sie ihre Berechtigungen auf 666 ändern.
Geben Sie einfach „666“ in das Feld „Numerischer Wert“ ein und klicken Sie dann auf „OK“.
Dann müssen Sie die Schritte der ersten Methode unseres Tutorials wiederholen. Vergessen Sie danach nicht, die Berechtigungen wieder auf 660 zu ändern.
Sie können die Datei auch bearbeiten und ihr Code hinzufügen.
Nachdem Sie die .htaccess-Datei mit einem Texteditor geöffnet haben, fügen Sie einfach diesen Code ein:
# 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
Methode 4: Kontaktieren Sie Ihren Hosting-Anbieter
Wenn keine der oben genannten Lösungen das Problem der 404-Fehler bei WordPress-Beiträgen behoben hat, empfehlen wir Ihnen, sich an Ihren WordPress-Hosting-Anbieter zu wenden. Möglicherweise liegt ein Fehler auf dessen Seite vor, oder er kann Ihnen bei der Fehlerbehebung helfen.
Bitte lesen Sie auch unseren Leitfaden, wie Sie richtig nach WordPress-Support fragen und diesen auch erhalten.
Methode 5: WordPress-Beiträge mit 404-Fehler auf lokalen Servern reparieren
Wenn Sie einen lokalen Server zu Testzwecken verwenden, müssen Sie mod_rewrite in der Apache-Konfiguration Ihrer MAMP-, WAMP- oder XAMPP-Site aktivieren.
Dies ermöglicht WordPress, saubere URLs zu generieren und den 404-Fehler für Beiträge und Seiten auf Ihrem lokalen Server zu vermeiden.
Wie Sie dies tun, hängt von der von Ihnen verwendeten Plattform ab. Benutzer von XAMPP können ihr Kontrollpanel öffnen und unter „Aktionen“ auf die Schaltfläche „Konfig“ klicken. Wählen Sie dann „Apache (httpd.conf)“.
Als Nächstes müssen Sie diese Zeile #LoadModule rewrite_module modules/mod_rewrite.so
finden und das ‚#‘ entfernen, um sie zu entkommentieren.
Dadurch wird mod_rewrite geladen.
Suchen Sie dann alle Instanzen von AllowOverride None
und ändern Sie sie in AllowOverride All
.
Der Wert „Alle“ bedeutet, dass alle Direktiven überschrieben werden können.
Danach können Sie die Datei httpd.conf speichern und schließen. Danach klicken Sie im XAMPP-Kontrollfeld auf „Stop“ für das Apache-Modul und erneut auf „Start“, um es neu zu starten.
Gehen Sie dann zurück zu Ihrem Admin-Dashboard, um zu sehen, ob Ihre Permalinks funktionieren.
Wir hoffen, dass dieser Artikel Ihnen geholfen hat, die 404-Fehler in WordPress zu beheben. Vielleicht interessieren Sie sich auch für unseren Leitfaden zu den häufigsten WordPress-Fehlern und deren Behebung sowie für unsere Expertenauswahl der besten WordPress-Plugins zur Erweiterung Ihrer Website.
Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.
Farid
Thank you very much for precious article that is useful to fixed my website problem.. i always prefer your web solution regarding in problem in wordpress cms.
Thank you..;.
WPBeginner Support
You’re welcome, glad our guides have been helpful
Admin
Ben
Just wanted to leave a thank you comment! Your guides on WordPress are second to none! I have learnt so much reading your blog and every time I Google a problem..I am looking for your website and that is where I will click! Great and simple instructions even on the most complicated WordPress issues…you are awesome! Thanks.
WPBeginner Support
You’re welcome, glad you like our content and hope our guides continue to be helpful
Admin
David Naugle
This totally worked! I just updated my PHP and dashboard and home pages was accessible but not any of my post pages.
Thx
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
Vivian S.
Thank You so much it saved my life! I had to move my WordPress website to a new server and it took me a whole day to fix everything. I wish WP had an easy way to do this.
WPBeginner Support
Glad our guide was helpful, for transferring your content you would want to take a look at our article below:
https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/
Admin
Gustavo
Thank you guys, you’re AWESOME, ALLWAYS!
WPBeginner Support
You’re welcome
Admin
Don Current
I tried everything in the article with no success. What I ended up doing was choosing a different Permalink structure and saving it, and then going back to the structure I wanted and saving it. Then all was well.
WPBeginner Support
Thanks for sharing the method that worked for you
Admin
James
I accidentally deleted .htaccess file when doing 301 and got the 404 not found error. Your tutorial came to my rescue. Just by saving the permalinks and it worked. Thank you.
WPBeginner Support
You’re welcome, glad our guide could help
Admin
Ivan
Saved me! I am dealing with forces I cannot comprehend, and this explanation and tip was really helpful!
WPBeginner Support
Glad our guide was helpful
Admin
Uwemedimo Usa
Wow, I’m shocked at how fast this worked. I recently migrated my site from a subdomain to the root domain and none of my links were working. All I did was go to permalinks in settings and click „save changes.“ That was all. Wow. And I was really scared I’d broken something. Thank you.
WPBeginner Support
You’re welcome, glad we were able to help
Admin
DNNY
What do you do if you cant even get into your WP
dashboard
WPBeginner Support
For that, you would want to take a look at our article below:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Katie
Hi, thanks for the tips. I still can’t seem to fix the error. Have reset Permalinks, installed a redirect plugin (doesn’t help if wanting to redirect to the homepage). I can’t work out how to alter the .htaccess and not really confident to do it. Any other suggestions?
WPBeginner Support
If you are using a static page ensure it is published, for the htaccess you would need to use FTP or your host’s file manager, otherwise, you would want to follow our troubleshooting guide below:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Fola
Thanks You saved me a lot of hassles
WPBeginner Support
You’re welcome
Admin
Jill
THANK YOU for this post! I had a primary domain that I let go and needed to move two sites on my hosting plan…. 1 to the primary domain position and 1 to an addon domain position which was formerly a subdomain position. I broke a lot of stuff. With some logical thought, I got most of it all back… EXCEPT all the pages on the primary domain site couldn’t be viewed on the live site once you clicked on them or the menu links. The home page loaded beautifully, but when you clicked a post or link… the errors popped up. This trick resolved those issues… so THANK YOU again! You saved the day!
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
umesh
I just change the permalink directly and it shows 404 error I couldn’t access my website it redirects me to another site which is not mine
WPBeginner Support
You would want to reach out to your hosting provider to ensure your domain is set up properly and there isn’t any malicious code on your site.
Admin
faheem
404 Not Found
nginx/1.10.3 (Ubuntu)
please give me solution for that
WPBeginner Support
For nginx, at the moment you would want to reach out to your hosting provider and they should be able to assist.
Admin
Carene
I’m busy building a website via wordpress & cpanel. I by accident deleted the url in my dashboard. Now I don’t get even access. Is their any way to fix it.
WPBeginner Support
You would need to edit your site via phpMyAdmin similar to the article below. Instead of the users table you would need to edit the options table where you can readd your site address and url.
https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
Admin
Long Nguyen-Vu
Just want to let you know that you’ve helped me save a lot of time searching.
Thanks so much.
WPBeginner Support
You’re welcome, glad our guide was able to help
Admin
Jim
OMG I LOVE YOU
updating the permalinks and all is gold
THANK YOU
WPBeginner Support
Glad our guide was able to help
Admin
Brandon G.
Updating permalinks fixed my 404 errors. Thanks!
WPBeginner Support
You’re welcome
Admin
Musthafa
Updating the permalink worked perfectly. Thanks guys!
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
ami
thanks its is working
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
Heather
Simply saving changes in my permalinks did the trick. Thank you!
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
Ekemini Robert
After saving changed for the permalink, it still returned the 404 error. Then I used the clear cache WP button at the top and the problem was solved.
WPBeginner Support
Glad you were able to resolve the issue
Admin
Didar
Thank you so much !
WPBeginner Support
You’re welcome
Admin
Ashish Agarwal
Thanks so much for this post. You are a lifesaver. Clicking ‚Save Changes‘ on Permalinks under Settings did the job for me.
WPBeginner Support
Glad our recommendation was able to help
Admin
Alex
I have issues on 404 Page not found.
I tried updating the permalinks but still not working and I also checked the .htacess file in our server and it’s the same on the above sample. But still not working.
WPBeginner Support
You may want to reach out to your hosting provider to ensure there are no issues on their end that could be a part of the issue
Admin
Luiz Felipe
This simple solution saved me! thanks!!!!!!!
WPBeginner Support
You’re welcome
Admin
Steve Dzwonczyk
The 2nd method worked for me (FTP and edit of the .htaccess file). Thank you very much.
WPBeginner Support
You’re welcome, glad our recommendation was helpful
Admin
Pranesh
Thank you very much
WPBeginner Support
You’re welcome
Admin
Anas
Thank you so much for this helpful tip. Was really bugging me a lot
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
Michelle Kwok
thanks a lot.. it’s weird.. works at step one =)
WPBeginner Support
You’re welcome, glad our recommendation was able to help
Admin
Steph
This worked at step 1. Thank you!
WPBeginner Support
You’re welcome, glad our guide could be helpful
Admin
Ishmael
Many thanks, solved my problem.
WPBeginner Support
You’re welcome, glad our guide was helpful
Admin
Shiraz
This article helped me bring my website back on. Thank you.
WPBeginner Support
You’re welcome
Admin
mariam
Thanks for this post,it really solved my 404 error problems
WPBeginner Support
Glad our recommendations were able to help
Admin
Tim
Just a quick note to say thank you so much! I had just activated a CDN (learning as I go) and thought I had broken my site and went searching everywhere but here was the answer…phew!
WPBeginner Support
Glad our guide could help
Admin
Lou Sarmiento
Hi!
I’ve added the htaccess script, updated my wordpress but still I need to resave the permalinks. Any other solution?
Thanks!
WPBeginner Support
If these solutions are not working, you would likely need to ensure there isn’t an error on your host’s end or you could try the recommendations in our troubleshooting guide here:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Ayesha
i have 404 error but cannot acces neither the site or the wordpress. how can you access wordpress admin to solve the problem??
WPBeginner Support
If you’re unable to access your admin area, you would want to go through our guide below or reach out to your hosting provider:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Nera
Lifesaver! It worked! Flushing permalinks! Haleluja… THANKS!
WPBeginner Support
Glad our recommendation could help
Admin
wajid virk
on clicking save changes my problem Resolved, WP beginner is a part of my journey to learn WordPress more and more.
WPBeginner Support
Glad we can be here to help
Admin
Safa
You just saved me, Thanks
WPBeginner Support
You’re welcome
Admin
Nora
Thank you so much! This saved our corporate website
WPBeginner Support
Glad our article was helpful
Admin
Mary Ann
Will it work in 404 error of Wordpress Multisite once I visit the admin dashboard of the sub-sites?
WPBeginner Support
It would depend on the source of the error but this can certainly be one solution.
Admin
beginner
Thank you, it solved the issue straight away!
WPBeginner Support
Glad our article could help
Admin
Civali
.htaccess example worked for me, tks!
WPBeginner Support
Glad our recommendation could help
Admin
Vishwajeet
So I checked all solutions and comments. I have same issue with a twist. I can see the pages when I am changing it to use the Page ID but not when I am selecting the Post-Name? Any solution to this? I know its weird.
WPBeginner Support
You may want to delete the current htaccess file and if that does not fix the issue, reach out to your host to ensure there isn’t an underlying error causing the problem.
Admin
Mireille
Hello,
I just wanted to let you know that your website is of such great help ! I built my first Wordpress website and I managed to resolve many issues thanks to your articles. Thank you !
WPBeginner Support
Thank you, glad our articles have been helpful
Admin
Benson Kanyi
Hello Guys,
I have been facing this issue for the last three days after migrating a new site from my localhost to an online CPanel server. Having tried a million and one option from various forums, none of them could work at all. The only solution that seems to work is disabling Mod_Security in the CPanel. I just did it and it works like a champ. Thanks
WPBeginner Support
Thanks for sharing the solution that worked for you
Admin
hüseyin
I worked for days. It happened. cpanel mod security disable. solved the problem. Thanks BENSON
Christopher
Worked! Thanks!
WPBeginner Support
Glad our recommendation worked for you
Admin
Peter
you blog saved me from disaster thanks so much. im learning so much now
WPBeginner Support
Glad our recommendation could help
Admin