Jump to content

[problema con:index.php?controller=404]


Recommended Posts

  • 2 weeks later...

Salve, sembra un errore legato al fatto che tu non abbia abilitato il multilingua.

Il sito è in una lingua sola?...se è cosi disabilita il multilingua.....se invece è in più di una lingua e hai abilitato il multilingua può essere che hai dimenticato di abilitare la specifica lingua. 

 

Link to comment
Share on other sites

  • 2 years later...

Anche io problemi con index.php?controller=404
Nel mio caso le lingue attive sono 5. Il problema è che se dalla mia pagina facebook o qualsiasi post presente su facebook clicco un link a www.miosito.it oppure www.miosito.it/it/  ricevo un errore 404. Se il link è del tipo www.miosito.it/it/nomedallapagina allora è tutto Ok 

Capisco che come errore è molto generico qualcuno ha delle idee o suggerimenti?

 

Link to comment
Share on other sites

facebook www.yourdomain.com click => www.yourdomain.com/?fbclid=123456
/?fbclid = ? -> 404

What I did in .htaccess:

RewriteEngine on

RewriteBase /
RewriteCond %{QUERY_STRING} ^(.*)(?:^|&)fbclid=(?:[^&]*)((?:&|$).*)$ [NC]
RewriteCond %1%2 (^|&)([^&].*|$)
RewriteRule ^(.*) /$1?%2 [R=301,L]

It will make it work for now, but for sure there are some better way to fix this.

Link to comment
Share on other sites

Our online store Blume Home, when we are creating a new article for the blog and recorded to activate it on the website, the error of 404 appears. Before the error 501 appeared. We have already checked caches, updated the page, the same error continues.

Can they help us to solve this problem? We appreciate your help.

 

thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...