Quote Originally Posted by retched View Post
Would this happen to work?

Code:
# Exclude bmz_cache for ImageHandler
RewriteCond %{REQUEST_URI} ^/bmz_cache/ [NC]
RewriteRule .* - [L]

Running the full .htaccess through an .htaccess tester (https://htaccess.madewithlove.com)

I get the following:

The URL:
https://www.justuptowngames.com/univ...ock-p-847.html

Translates to:
https://www.justuptowngames.com/inde...47&cPath=2_24&

Which is the normal behavior.

Translating:
https://www.justuptowngames.com/bmz_...age.88x120.png

Before the change above yields:
https://www.justuptowngames.com/inde...oducts_id=109&

(which explains why the <img> tag breaks and clicking on the source in my browser inspect tab takes me to another product page)

But adding the lines above to the area just under the # Start Ultimate (SEO) URL's section (but before the RewriteRules of the same) makes it leave it alone.
Nice one!

I'm on the fence as to whether/not to include that in USU's distributed .htaccess file.