He incluido este código y ahora debe haber algun problema. Algunas imagenes se ven y otras no
Código Apache:
Ver original# secure uploads directory
<Directory /src/images/gohere>
<Files>
Order Allow,Deny
Deny from all
</Files>
<FilesMatch "\.(jpg|jpeg|jpe|gif|png|tif|tiff)$">
Order Deny,Allow
Allow from all
</FilesMatch>
</Directory>