Un extraño bot (GbPlugin) codifica las URL de las imágenes y provoca el error 404.
Intenté bloquear el bot sin éxito con esto en la parte inferior de .htaccess, pero no lo hice no funcionaBloque por useragent o referer vacío
Options +FollowSymlinks
RewriteEngine On
RewriteBase/
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^GbPlugin [NC]
RewriteRule .* - [F,L]
El registro a continuación.
201.26.16.9 - - [10/Sep/2011:00:06:05 -0300] "GET /wp%2Dcontent/themes/my_theme%2Dpremium/scripts/timthumb.php%3Fsrc%3Dhttp%3A%2F%2Fwww.example.com%2Fwp%2Dcontent%2Fuploads%2F2011%2F08%2Fmy_image_name.jpg%26w%3D100%26h%3D65%26zc%3D1%26q%3D100 HTTP/1.1" 404 1047 "-" "GbPlugin"
Lo siento por mis errores lingüísticos
"Causing errir 404": ¿para ellos? Pero ¿por qué te deberia importar? – Raedwald