12 h.
Virez ça de votre .htaccess principal !
# Non-existent images to 404
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .(?:jpe?g|webp|png|avif)$ - [R=404,L]
# Non-existent images to 404
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .(?:jpe?g|webp|png|avif)$ - [R=404,L]