Closed tobias992 closed 4 years ago
Hi Community,
with new version there is a Bug with Favicons.
When i visit my domain.com/favicon.ico i get an 404 error.
I had to add these small snippet to my nginx Config: location = /favicon.ico { try_files $uri $uri/ /index.php?$query_string; }
After add this snippet i had a correct redirect to my favicon.
I'm unable to replicate this issue with version 1.4.8. As far as I'm aware the Cache Enabler plugin would not even be related to this issue. You can confirm this by deactivating the Cache Enabler plugin.
Hi Community,
with new version there is a Bug with Favicons.
When i visit my domain.com/favicon.ico i get an 404 error.
I had to add these small snippet to my nginx Config: location = /favicon.ico { try_files $uri $uri/ /index.php?$query_string; }
After add this snippet i had a correct redirect to my favicon.