keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Favicon.ico - 404 #118

Closed tobias992 closed 4 years ago

tobias992 commented 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.

coreykn commented 4 years ago

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.