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.
Jen
So for me… I first deleted the WP Fastest Cache out of my Cpanel and THEN…I „bulk deactivated“ all my plugins. Did a refresh…and it worked! Praise God!
Then I activated the plugins I still needed. So far so good.
Thanks so much!
WPBeginner Support
Thanks for sharing what worked for you
Admin
nebiyu amde
i have fixed it using the first method. but when i try to get back to my home page from other pages it’s showing me this error: Error establishing a database connection…how can i fix this
WPBeginner Support
To fix that error, you would want to take a look at our guide here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
Admin
Zeke Yoder
If the problem still persists, you might want to check to see if mod_security is active and causing issues.
I ran into this on a wordpress site hosted by Dreamhost and tried all of the options listed on this page before realizing this was my issue.
WPBeginner Support
Thanks for sharing this should someone else run into the same issue
Admin
Ajit
I’m still facing this issue.
WPBeginner Support
If the methods in this article are not working then you would want to reach out to your hosting provider to see if the error could be caused on that end.
Admin
Bunmi
Thank you.
I have tried deactivating my plugins; I am using theme twenty sixteen. But still, my pages keep loading „the page can’t be found“ when I use the custom permalink. I have done the .htaccess, but nothing is working. The post and categories load fine, but pages won’t load unless I use the plain permalink, which is not advisable for SEO purposes.
Please help me.
WPBeginner Support
You may want to check with your hosting provider if you haven’t done so already to see if it could be part of an error on their end.
Admin
Louis
This did not work. .htaccess file is correct but nothing above helped. Still looking for a solution.
WPBeginner Support
You may want to start with our troubleshooting guide here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
miguel
hello, thanks for the post, great.
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
You would use FTP to access your htaccess file for one option and if that does not work you would want to take a look at our tutorial here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Rosy Allan
THANK YOU SO MCUH! sorted
WPBeginner Support
Glad our guide was able to help
Admin
Denise
Awesome! Thanks!
WPBeginner Support
You’re welcome
Admin
Lars
thank you so much – how quick a fix !
WPBeginner Support
Glad our guide could be helpful
Admin
Avikar
Great info, works perfectly. Got me running again
WPBeginner Support
Glad our recommendations could help
Admin
Vhan
Thank you so much my site is back.
WPBeginner Support
Glad our recommendations could help
Admin
Gabriel Waju
this tips really helpful…thank you so much
WPBeginner Support
Glad our recommendations are helpful
Admin
Theodora
Please i cannot even access the admin area of my page,i also can’t load the page itself at all. What can i do to solve this?
WPBeginner Support
It would depend on the error you are receiving, for a starting point you can go through our guide here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
sudhanshu
Thanks. This been a great help
WPBeginner Support
You’re welcome
Admin
Shahnawaz Ahmad
When i am doing same thing and when i am clicking on Save Changes it also redirecting me to my website with 404 Error
WPBeginner Support
You may want to reach out to your hosting provider to see if they are seeing any errors for your site on their end.
Admin
Victor Carlvin
Came here at first, couldn’t see the solution in the post. Searched the internet for several hours, came back and decided to read the comment section, there I saw the solution to the issue.
A plugin caused it and once I deactivate, update and reactive it, works fine thereafter. Thank you
WPBeginner Support
Thank you for letting us know what solved the issue for you in case anyone else runs into the problem
Admin
Christos
Thank you, i was just getting ready to jump off the building
but your post saved me!
WPBeginner Support
Glad our post could help solve the problem
Admin
Kurnia Sudiar
Thankssss, it works !!!!! it solved my problem
WPBeginner Support
Awesome, glad our guide was helpful
Admin
Fiona
Hi
Thank you very much !
this article is really helpful and solved my problem .
WPBeginner Support
Awesome, glad our article could help
Admin
chioma
The permalink solution worked for me. Thanks so much
WPBeginner Support
Glad our guide could help
Admin
ahmed s
thanks.. i was very close to pulling my hair out. lol.. i was getting the 404 on all my portfolio pages. yikes. easy fix.
WPBeginner Support
Glad our article could help
Admin
Derin
I have tried to click the save button on setting>permalink on my wordpress admin but the problem still persists. I can’t seem to locate the .htaccess on my FTP login. I noticed someone commented about editing the front. I tried checking out the storefront editor, but because I am not a programmer, I am being careful not to cause more damage to the theme. Any help on how to resolve the „404 Page Not Found“ permalink problem. It started after a recent wordpress update.
WPBeginner Support
If resaving the permalinks didn’t work you may want to go through our troubleshooting steps here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Babajide Adepoju
a plugin was the problem for me; I deactivated it and had to edit the page somehow. It wasn’t that nice but it worked.
WPBeginner Support
Thanks for sharing what solved your problem
Admin
Gary Leigh
Thanks. This really helped and saved me a lot of stress.
WPBeginner Support
Glad our guide could help
Admin
Charles D
Just have to smile, as I am not the only delighted person. Saved from 3 days of agony kept getting a broken link mydomain.com/’/menu/category
the /’/ was apparently not linking and your TIP on Go to Settings » Permalinks, and simply click on Save Changes button. worked like a charm cheers
WPBeginner Support
Glad our tip could help
Admin
mark
my issue not solve, 404 is returning when i am updating sub pages
WPBeginner Support
You may want to reach out to your hosting provider to ensure there are no issues on the hosting’s end
Admin
Harry
Perfect! You have saved me lots of time,
So let me just Thank You here
Cheers
WPBeginner Support
You’re welcome
Admin
Claudiu
You are magic:)
WPBeginner Support
Thank you
Admin
Moussa
Thanks the first method works fine for me
WPBeginner Support
Glad our guide could help
Admin
godfrey
After trying everything stated to solve error 404 and couldn’t I decide to edit with front editor and save, vola it started working again.
WPBeginner Support
Thanks for sharing what solved the issue for you
Admin
Qadir Amin
I have applied all tricks like
Changed Permalinks
Changed Theme
Changed plugins
but all in vain, how can i resolve my this error?
WPBeginner Support
If you recreated the htaccess file you may want to reach out to your hosting provider to ensure there are no errors on the host’s end
Admin
Dave
The 404 error has been haunting me for last 3 days now, my problem is that I cannot access anything, no WP dashboard, no website, no cPanel, it’s turning out to be quite a disaster please help me fix this
WPBeginner Support
For a 404 on everything, you would want to start by reaching out to your hosting provider for what they see on their end.
Admin
dave
do you service any word press sites? i need help.
WPBeginner Support
Unless I hear otherwise, we do not have a maintenance service but you can feel free to send us the issue you are running into using our contact form.
Admin
Reddemma
i moved my local wordpress website to server.i changed composts table pointing to server ip and replaced all local host.changed config file and comoptions table also.
But menu links not working in server site.How can i fix this?
WPBeginner Support
You may want to try recreating your menu to update the links.
Czarek
Thank you very much! You save me with this solution
WPBeginner Support
Glad our article could help
Admin
Rephin Perez
Thanks so much !! You have saved my day. Didnt know that Saving the permanent links would fix this issue.
WPBeginner Support
Glad our article could help
Admin
Decode Digital Market
This post literally saved my life. I just had 404 error to all my posts.
All I had to do was save changes in permalinks and it worked.
WPBeginner Support
Glad our article could help
Admin
Carmen
Thank you so much for the information, unfortunately I am still having issues. When I try to click into +Add New Page it takes me to a 404, if I click +Add New Plugin it also takes me to a 404, if I try to add anything new it will take me to a 404, my website is still in the creation process, it is not yet published. I tried to use filezilla, but after multiple attempts doesn’t connect to my file. Do you know what I should do, I would greatly appreciate your answer!
WPBeginner Support
You may want to reach out to your hosting provider to see if they have an error log on there end that points to the issue, your other option would be to go through the steps in: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
alaa mohamed
ok so am not sure if that’s the exact same issue am having. generally, when I access my website I don’t get any 404 errors yet on my SEO audit tool it is shown that my WordPress posts preview page is coming back with a 404 error, can anyone help me get this fixed ??
WPBeginner Support
You would want to reach out to the support for your SEO tool to see if this is a known issue with the tool
Admin
Mathukutty P V
Today enabled minify script/styles in swift performance lite and after that except home page all other links showed 404 error. searched and found this post and on checking found .htaccess empty, added the basic code from this post and 404 error gone. All links are working fine Thanks.
WPBeginner Support
Glad our article could help
Admin
jeremy
please help me out
i dont know whats wrong with my WordPress website, i tried creating a new post when am done, i click on publish but it redirect me to a page not found which 404, please help me out as at now, i cant publish anything on my site nothing is working,
thanks for your help in advance.
WPBeginner Support
To start with you would want to go through our troubleshooting steps here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
If none of those steps work, if you reach out to your hosting provider they may have an error log that can point to the reason for the 404 error.
Admin
Alexander Londono
you just save me a lot of time.
it had take me 2 hours with no solution
WPBeginner Support
Glad our article could help
Admin
Ahmad WABBI
This is a great post. I had a problem with the permalinks when I moved my WP site from a server to another. Your post saved me a lot of time searching for the reason.
Thanks
WPBeginner Support
Glad our article could help
Admin
Babar Waheed
hi
your all articles are easy to understand step by step with screen shots guide thanks for writing
I have a free classified website in word press. advertisers are posting ads in my website but few of them not meet with our terms and conditions so we delete those ads when i delete ads i get a message by word press.
(You just trashed a Post. Search engines and other websites can still send traffic to your deleted post. You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL. With Yoast SEO Premium, you can easily create such redirects)
My question is how to fix this problem without buying yoast seo premium?
WPBeginner Support
You can manually redirect the 404s using the method in our article here: https://www.wpbeginner.com/plugins/how-to-track-404-pages-and-redirect-them-in-wordpress/
Admin
Priya
Hello,
My website is under construction right now.
But I still receive 404 error while logging in.
It does not allow me to open my account on wordpress as error arrives immediately after clicking on the log in button.
How to solve this problem so that I can assess wp to complete my website?
Plz give me directions so that I can proceed further as soon as possible.
Thank you!
WPBeginner Support
It would depend on the specific error message but for a starting point you could try the steps in: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Baba nee
Good day, i installed a pluggin. So i can put the google addsense script to my the head section of my blog, after putting this code to the pluggin and updating my permalinks i saved it. It still telling me page not found! How do i fix the error! Is there any other way i can insert this script manually via my cpanel! Please help a brother who is so confused right now
WPBeginner Support
You can take a look at our Adsense guide for how to add the code here: https://www.wpbeginner.com/beginners-guide/how-to-add-google-adsense-to-your-wordpress-site/
Admin
Sapna
These steps seem so simple. But I tried everything. Changing the rights to 666 and 664. Deleting the .htaccess file. Copying and pasting the code didn’t help either.
I even changed the permalink settings to which I desire and rewrite all the pages by hand again. To make sure they get the name I want and to have new page id’s
I tried literally everything. I’m really clueless now. Can you please help me.
WPBeginner Support
To start, if those methods did not work, you would want to go through the general troubleshooting steps in our article here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Admin
Dasuni
Fatal error: Class ‚Email_Before_Download_Form‘ not found in /wp-content/plugins/email-before-download/includes/class-email-before-download-shortcode.php on line 65
Why???
WPBeginner Support
Your email before download plugin appears to be having an error, you would want to reach out to the plugin’s support to fix the error with the plugin. For being able to log into your site you should be able to log in once you disable the plugin: https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
Admin
Darshan Tejani
Hi. I liked the simplicity in the Tutorial. Sadly, it didn’t work for me!
The error goes away only If I change my permalink to ‚plain‘. If I change back permalink to ‚post name‘, then it shows the error! I’d be grateful If you’d help me out here. Thanks anyway for the post.
WPBeginner Support
If recreating the htaccess method is not working then you would want to reach out to your hosting provider to see if the mod_rewrite rule is enabled on their server.
Admin
Jasmine Martin
thank you!
WPBeginner Support
You’re welcome
Admin