I'm using TfSEO, but I've a problem about any avatar filename, don't see them, infact I've understood that the TfSEO read files, for example when the avatar file is 1234567f50bfc.jpg this file doesn't see. The problem is in 1234567... "f5" ...0bfc.jpg.
If I modify the name and exclude f5 the avatar see again.
I've tried to add in .htaccess this rules, but nothing!
RewriteCond %{REQUEST_URI} !/(images)$
or
RewriteCond %{REQUEST_FILENAME} !^(images)/
or
RewriteRule ^images/.*$ - [PT]
or
RewriteCond %{REQUEST_URI} !/(\.gif|\.png|\.jpg)$
P.S. Sorry for my bad english!