I vostri articoli su WordPress restituiscono un errore 404 sul vostro sito web?
Questo errore si verifica quando è possibile accedere all’area di amministrazione di WordPress e al blog, ma quando si cerca di aprire un articolo, viene visualizzato “404: la pagina non è stata trovata”.
In questo articolo vi mostreremo come correggere gli articoli di WordPress che restituiscono errori 404.
Perché gli articoli di WordPress restituiscono un errore 404?
Ci sono diversi motivi per cui gli articoli di WordPress potrebbero mostrare un errore 404: la pagina non è stata trovata. Questi possono essere:
- Conflitti tra plugin o temi: A volte, i plugin o i temi installati sul sito possono interferire con il modo in cui WordPress gestisce i permalink. Ciò può causare la rottura dei colleghi e la comparsa di errori 404.
- Problemi di codice personalizzato: Se avete aggiunto del codice personalizzato al vostro sito web, potrebbero esserci errori nel codice che influenzano i permalink o causano altri conflitti, con conseguenti errori 404 per gli articoli.
- Problemi con il file .htaccess: Il file .htaccess ha un ruolo nel modo in cui WordPress struttura gli URL. Se questo file è danneggiato o mancante, può causare errori 404 per i vostri articoli.
Detto questo, vediamo come correggere gli articoli di WordPress che restituiscono errori 404. Potete usare i colleghi qui sotto per passare direttamente alle diverse soluzioni:
Non volete correggere da soli gli errori 404? I Servizi Pro di WPBeginner possono aiutarvi! Con la nostra conveniente Assistenza WordPress di emergenza, potete assumere esperti per la correzione di errori 404, link rotti, problemi di reindirizzamento e molto altro. Smettete di stressarvi per i problemi di WordPress e correggeteli! Programmate oggi stesso i servizi di assistenza WordPress di emergenza!
Video tutorial
Se preferite le istruzioni scritte, continuate a leggere.
Metodo 1: Verificare la presenza di conflitti tra plugin o temi e problemi di codice personalizzato
A volte, i plugin, i temi o il codice personalizzato che avete aggiunto al vostro sito WordPress possono interferire con i permalink o causare conflitti, causando errori 404. Lo abbiamo sperimentato anche noi quando testiamo gli strumenti sul nostro sito demo.
Un modo per risolvere questo problema è disattivare temporaneamente i plugin. I plugin possono talvolta disturbare il modo in cui WordPress gestisce i colleghi.
Una volta disattivati i plugin, è possibile riattivarli uno per uno, selezionando se l’errore 404 ricompare dopo aver attivato ciascun plugin. Se l’errore compare dopo aver attivato un plugin specifico, il colpevole potrebbe essere quello.
È quindi possibile cercare soluzioni relative a quel plugin o contattare lo sviluppatore del plugin per ottenere assistenza.
Allo stesso modo, il tema di WordPress potrebbe essere la causa del conflitto.
Per selezionare, è possibile passare temporaneamente a un tema predefinito di WordPress, come Twenty Twenty-Three o Twenty Twenty-Four. Basta andare in Aspetto “ Temi e fare clic su ‘Attiva’ su un tema predefinito.
Se l’errore 404 scompare con il tema predefinito, ciò indica un potenziale conflitto con il tema corrente. Si può quindi provare a risolvere il problema del tema o prendere in considerazione l’utilizzo di un tema diverso.
Potete consultare la nostra selezione di esperti dei temi WordPress più popolari per avere consigli.
Se di recente avete inserito degli snippet di codice nel vostro sito web, potrebbero esserci degli errori nel codice che causano l’errore 404. Esaminate attentamente il codice che avete aggiunto e vedete se riuscite a individuare qualche errore.
Il modo più sicuro per aggiungere frammenti di codice a WordPress è il plugin WPCode. Questo plugin consente di inserire codice personalizzato senza intervenire direttamente sui file del tema, riducendo il rischio di rottura del sito web.
Inoltre, ogni volta che WPCode individua un errore nel codice, disattiva automaticamente lo snippet e chiede di selezionarlo. È anche possibile utilizzare la modalità di test per verificare se il codice funziona prima di inviarlo al sito web.
Se nessuna di queste soluzioni funziona, passate al metodo successivo, che prevede la risoluzione dei problemi relativi alle impostazioni dei permalink.
Metodo 2: correggere le impostazioni dei permalink
Gli articoli di WordPress possono restituire errori 404 a causa di problemi con le regole di riscrittura nel file .htaccess. Nella maggior parte dei casi, è possibile correggere il problema aggiornando le impostazioni dei permalink.
Basta andare su Impostazioni ” Permalinks nell’amministrazione di WordPress e fare clic sul pulsante “Salva modifiche”.
Non è necessario modificare le impostazioni dei permalink. Questa operazione aggiornerà le impostazioni dei permalink e cancellerà le regole di riscrittura.
Nella maggior parte dei casi, questa soluzione corregge l’errore 404 degli articoli di WordPress. Tuttavia, se non funziona, probabilmente è necessario aggiornare manualmente il file .htaccess.
Metodo 3: Aggiornamento del file .htaccess di WordPress
Prima di iniziare, assicuratevi di eseguire un backup del file .htaccess di WordPress. Se qualcosa dovesse andare storto, potrete facilmente ripristinare il file originale.
A questo punto, è necessario connettersi al server utilizzando un client FTP come FileZilla o l’applicazione File Manager nella dashboard del vostro hosting WordPress.
Successivamente, dovrete trovare e modificare il file .htaccess, che si trova nella stessa posizione di cartelle come /wp-content/ e /wp-includes/.
È sufficiente fare clic con il tasto destro del mouse sul file e selezionare “Autorizzazioni file”.
È possibile rendere il file scrivibile cambiando le autorizzazioni a 666.
Inserite semplicemente “666” nella casella “Valore numerico” e fate clic su “OK”.
Quindi, è necessario ripetere i passaggi del primo metodo del nostro tutorial. Una volta fatto questo, non dimenticate di modificare le autorizzazioni in 660.
È anche possibile modificare il file e aggiungervi del codice.
Una volta aperto il file .htaccess con un editor di testo, è sufficiente inserire questo codice:
# 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
Metodo 4: contattare il fornitore di hosting
Se nessuna delle soluzioni sopra descritte ha corretto l’errore 404 degli articoli di WordPress, vi consigliamo di contattare il vostro fornitore di hosting WordPress. Potrebbe trattarsi di un errore on loro, oppure potrebbero aiutarvi a risolvere il problema.
NON SI TRADUCE la nostra guida su come richiedere correttamente l’assistenza WordPress e ottenerla.
Metodo 5: correggere gli articoli di WordPress che restituiscono l’errore 404 sui server locali
Se si utilizza un server locale a scopo di test, è necessario abilitare il mod_rewrite nella configurazione Apache del sito MAMP, WAMP o XAMPP.
Questo permetterà a WordPress di generare URL puliti e di evitare l’errore 404 per articoli e pagine sul server locale.
Il modo in cui farlo varia a seconda della piattaforma utilizzata. Chi usa XAMPP può aprire il proprio pannello di controllo e fare clic sul pulsante “Config” all’interno di Azioni. Quindi, selezionare “Apache (httpd.conf)”.
Successivamente, è necessario trovare questa riga #LoadModule rewrite_module modules/mod_rewrite.so
e rimuovere il ‘#’ per decommentarla.
Questo caricherà il mod_rewrite.
Quindi, individuare tutte le istanze di AllowOverride None
e modificarle in AllowOverride All
.
Il valore “Tutti” significa che tutte le direttive possono essere sovrascritte.
Una volta fatto, si può salvare il file httpd.conf e chiuderlo. Dopodiché, nel pannello di controllo di XAMPP, fate clic su ‘Stop’ sul modulo Apache e su ‘Start’ per riavviarlo.
Poi, tornate alla vostra Bacheca per vedere se i permalink funzionano.
Speriamo che questo articolo vi abbia aiutato a correggere gli articoli che restituiscono errori 404 in WordPress. Potreste anche voler consultare la nostra guida agli errori più comuni di WordPress e a come correggerli, insieme alle scelte dei nostri esperti sui migliori plugin WordPress per far crescere il vostro sito.
Se questo articolo vi è piaciuto, iscrivetevi al nostro canale YouTube per le esercitazioni video su WordPress. Potete trovarci anche su Twitter e Facebook.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Robert
Well, your tip saved me hours of searching – many thanks
Nima Arefi
Thank’s you saved my life :d
Juan
Hello, I have a problem since I migrate the website from localhost to a server, the main page looks good but the menu is not displayed but the links do not work always throws error 404.
They can help me, this is a cause of a migration from a local server.
Marissa
I can’t thank you enough for such a simple tutorial!! Everything else I found made it seem so difficult. I recently switched from http to https and it has been one problem after another..
WPBeginner Support
Hi Marissa,
Glad you found this tutorial helpful. Don’t forget to join us on Twitter for more WordPress tips and tutorials.
Admin
Rick
I didn’t have an .htaccess file so I created one with the info you provided above; then uploaded it and the site works perfectly again. Thanks!
Curtis
Hi I have done all the above and noticed the bit of text to copy and paste was already in there! It still is not working and im stressing out!
Tibi
I’ve done the same thing and nothing changed, the home page still not found
Please contact me if you find a solution
Patrick
Wow. This really saved my bacon. Thank you so much for the tip on simply saving the permalinks page. Incredible advice!
Alexis
hello! i’ve reset permalinks many times to deal with the 404 error. this time when i hit save a file downloaded to my computer: options-permalink.php and the site broke. just got a white screen and each time a file downloaded. finally i got the default permalinks to work but this is not a great solution. does this sound familiar to you? tech support didn’t think it was the .htaccess file but i’m not convinces. moved site from one host to another. any help would be much appreciated.
Mike Birdsall
How do I update settings if I can’t log into the WP admin. I get the 404 error when going to /wp-admin
Kelly
So helpful!! thank you!!!!!!
seun
Hello, please help, i seem not getting solution through this tutorial cos i can’
t access my dashboard, i keep getting this message any site directory i open.
Not Found
The requested URL /index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Nukak
if you cannot access your dashboard. your issue is most likely a plugin issue. go to phpAdmin and disable all plugins.
this link might help you https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
once deactivated and you log back in you can then activiate the plugins that you need. all your initial settings before you got locked out of yur site would still remain in tact. all the best.
Clint
Thank you, just clicking save on my permalink page (which has been customised for years) worked immediately.
Chris Keeble
Perfect!
Clicking Save Changes on Settings > Permalinks works first time.
tamim
Wow! that’s a great solution.
Jason
Hi, I was having the 404 error problem. Homepage works fine, all other links have the 404 error. Tried the method you suggested in wordpress settings permalinks and click save changes but it didn’t work for me.
Saw some post earlier about sync the htaccess file through the webhosting settings page somewhere but don’t really know how to do it. Any advice? Thanks
Mohamad Zidani
Hi
I was using Fv Top Level Cats, when i removed still redirection worked from
example.com/category/tech to
example.com/tech.
i try your solution and it doesn’t work.
Joerg Naussed
the 404 appear right away what happen?
Tamara
That worked!! Thank you
Lijo Jose
Thank you, My problem was solved
Mariana Cervantes
Thank you so much!!!! My problem was fixed with the permalink solution
Michael
If this error is affecting your login page, go to .htaccess and remove:
“deny from all”
“allow from 00.00.00.00”
Matt Kay
Fantastic – I had moved my site from one server to another and started getting worried about 404 errors. The fix worked perfectly – so easy!
Bienvenido
A very simple answer to a hair pulling issue. Thanks a bunch. BTW this issue started after I installed BJ Lazy Loading.
Gail Gardner
Thank you! This did the trick.
Ahmed
Hi, One of my site was hacked. There was few hundreds article inserted. Now those has been removed. Google webmaster console showing those as 404.
How this can affect my site how to fix this?
Thanks
Stephanie
Wow, thank you! This worked perfectly.
Mawuli Tanor
Spot on! On the dot!
First fix worked.
Thanks a lot!
Peter Mazzi
Thanks. pity there’s no rating on this page. *****
David M. Curtis
Thank you for posting this article. I had spent months building a store / blog and today none of my pages or posts were working other than the front home page, all other links were taking me to a 404 error page. I was about to start completely over – re-peat months of work. This article saved my site. Now everything is working again. I can’t thank you enough.
WPBeginner Support
Hi David,
We are glad you found the article helpful Don’t forget to join us on Twitter for more WordPress tips and tutorials.
Admin
Robin
Hi there, completely stuck here, not a computer guy at all so it’s all greek to me. my homepage is good but I’ve created another 5 pages such as blog post, services, etc. and every time I try to view the page I’ve just created I get NOT FOUND The requested URL /services/ was not found on this server.” I’ve tried saving changes didn’t make any difference and I have no idea what an FTP is. Any help ? thx
WPBeginner Support
Hey Robin,
Try updating your permalink structure. Simply visit Settings » Permalinks and then click on the save changes button without changing anything.
Admin
Preet Karan
Hi everyone,
i installed yoastseo plugin. i generated the XML site successfully, but when i tested it on google search console it is showing 404 error.
i tried the method listed in article but the problem still persist.
also i need to mention that in the CCpanel there are two files of the same name htaaccess and htaaccess.1 (with the same code written that has been mentioned by article above ); is it normal,
can you help me wth the issue
David
I can’t believe just clicking “Save Changes” worked. Thanks!
jorge
hello there im I would really appreciate help I followed the instructions on saving changes on permalinks not a computer person so do not know how to do the other after is showing me this
Fatal error: Class ‘Epsilon_Editor_Custom_Control’ not found
WPBeginner Support
Hi Jorge,
It looks like a plugin on your website is causing the error. You need to deactivate all plugins installed on your website, and then reactivate them one by one until you find the plugin causing the error. See our guide on how to deactivate all plugins when not able to access wp-admin for detailed instructions.
Admin
yugal joshi
great man..thank you much.. i open my site but its throwing 502 error then 503 error and then lastly 500 error..then i solve the problem of 500 from cpanel threw ur post.
but when i open my post pages its showed 404 error then i googled it and find ur post…thanks…
Bren
In the event this is a new server, or an Apache upgrade you may have to check the following:
Open the httpd.conf ie: /etc/httpd/conf/httpd.conf.
Change the AllowOverride None to AllowOverride All.
Save changes
Restart the Apache server.
Mariyam
Wow, as easy as that, Thank you!
Ashley Adams
Having a little trouble… After I hit save changes on the permalink page, another 404 error popped up.
Katherine
This just saved me hundreds of dollars in help. <3
James V
Quick fix…thanks for the help!
marco
still having problems, not sure what to do, i followed steps above, and get same results. my web host company uses windows 2012 server so no .htaccess file. so many of these help posts refer to .htaccess which windows does not use. they use the web.config file i think, is that correct? please help
marco
I have followed the above steps, but still does not work. I am on windows 2012 R12 server and do not have a .htaccess file, even while in FTP force hidden files to display . are there instructions on how to fix this problem when on windows server
WPBeginner Support
Hey Marco,
First you need to download a backup of your existing web.config file to your computer. After that you need to edit the file on your server and add following rule to the system.webServer element:
1-click Use in WordPress
Admin
Salami
Hi WPBeginner Support. I have tried all the solutions pasted on this blog to solve the same problem(404 error on wordpress) am confronting now since two days, but i haven’t got it right. Am developing my website with windows platform using wordpress. Please what other thing I should do to solve this problem?
Thanks in anticipation to your response.
Dale
Amazing help thank you! As simple as clicking save!
david c
worked like a charm – thank you thank you!
Tom
Many thanks,
Worked a treat!
Michelle
I want to hug you for all your extremely helpful posts. Thank you very much!!!
Steve Andrews
I migrated a site to, imported the mySQL DB and uploaded the entire file structure of the wordpress directory.
I still got a 404 error for everything but the home page, and re-saving the config in the permalinks section did not work.
What worked for me was renaming the htaccess file on the FTP site to htaccessOLD so it would not be referenced, but I still have it backed up if needed, then I went and saved the permalink options, had to chose what type of link I wanted (IE date, page no or description). Once I saved all the pages were back up and running.
Thanks for the post, it gave me the pointers to find this and fix it.
Rene
I followed the exact steps but unfortunately they don’t work for me. I keep getting errors 404 despite saving my permalink info, removing .htaccess and re-generating it. I am able to view my home page, but as soon as I want to visit a sub page, the error 404 pops up. I also tried switching to WPs default themes, also that doesn’t help. Are there any advices for “advanced” bug solving in case of 404 errors?
WPBeginner Support
Hey Rene,
Try updating WordPress URLs by visiting the Settings > General page. Make sure that your site and WordPress URL are the same.
Admin
sampurna
Hey. I have a little problem with 404. I had changed the permalink of a single post. now for a certain keyword google is displaying the same post in two different positions with same title but different url and one has 404 error. please help.
WPBeginner Support
Hi Sampurna,
You can setup a redirect for the URL returning 404 error. See our guide on how to setup redirects in WordPress.
Admin
Rene
Not needed, problem is fixed. I coincidentally found out that my host is reading a different .htaccess file than the one that WP generates. So a “sync” had to be done via their webhosting portal, that was all. Now it works, thanks a lot anyway and perhaps this alternative solution is still useful for other to know that may have a similar setup by their host. Rgds!
Carey
Same here! Needed to ‘sync’ the htaccess file through the webhosting settings page somewhere… thanks for the tip!
Rajinder S. Gill
This was quick. Thank you
Lois
You saved my life today. I was at the verge of crying because after creating a post, I was unable to read the post. it returned 404 error. I eearched several websites for answers but your post was well explicit and once I changed the permalink structure, it worked. Thank you thank you.
Kaylee
I’m still now following at where you exactly change the permissions at. Could you please explain?
Mike lavie
The solution: Login to your server using FTP, and modify the folders like /wp-content/ and /wp-includes/ are located. The easiest thing you can do is to temporarily make the file writeable by changing the permissions to 777. Then repeat the original solution.
Go to Settings » Permalinks, and simply click on Save Changes button.
Don’t forget to change the permissions back to 755 ( /wp-content/ and /wp-includes/ ).
I do it for is perfect now!
Lukas
Great, that help a lot!