
Originally Posted by
nagelkruid
The images are cached, but it appears the .htaccess is preventing them from being shown in the store. (i just see empty places where the pictures should be) Once i remove the .htaccess, the pictures do show up again.
Then it sounds like it's a matter of modifying the directive in the .htaccess..

Originally Posted by
nagelkruid
Thanks, works better without the files than with them. yes

Just wanted to post this for folks who follow this thread.. Deleting the .htaccess file in the bmz_cache folder is not a recommended course of action.. The commands in the htaccess file are to ensure that other files cannot be written to your bmz_cache folder.. With regards to jpg files, the .htaccess file includes filters for jpeg, jpeg, JPG, or JPEG files..
That said it's possible that your host's Apache implementation is not correctly reading the regular expression correctly. Why not try modifying the directive to EXPLICITLY filter for jpg or JPG instead of deleting the .htaccess file??
This is the line you should modify:
Code:
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
Try changing it to this:
Code:
<FilesMatch ".*\.(jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >

Originally Posted by
nagelkruid
Thanks, but after 4 years of handcrafting aprox. 2500 images (times 3 for small/med/large) i am very determined to never touch a picture editor again if we have software that can do it for us ;) Thats why i would also love to have a minimum function for the large pictures, so when they are not meeting these requirements the image gets scaled up to the min requirement.
Only made the suggestion since what you are asking for is not in the immediate plans for those of us working on IH2

Originally Posted by
nagelkruid
Anyone still actively coding this module?
I have a working concept of "squaring" the images in my test.
There are three of us who have been "tending to" and caring for this module (as demonstrated by the last few releases).. Would love to see your conceptual version..
Bookmarks