Quote Originally Posted by nigelt74 View Post
1) If you turn off image handler, do the images show?

2)
and
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >

is the same as

<FilesMatch ".*\.(jpeg|JPEG|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >

the question mark means the e in jpeg is optional (as most jpegs end in jpg that handy)

You could try removing (temporarily) the .htaccess files on the images folder and the bmz_cache, but its pretty unlikely these are the problem.

Did those errors in your cache show up after you had altered the setting in your .htaccess file?


woww.. I deleted the .htaccess from the bmz_cache folder and it worked...

Is it ok for the file to be deleted?