HI,
I have a working redirection that looks like this
RewriteRule ^(.*)weihnachtsshop/(.*)$ /hochzeitsshop [R=301,L]
everything like www.shop.com/weihnachtsshop/product.html get's redirceted to www.shop.com/hochzeitsshop.
My problem now is, that i need this redirection to exclude all images, like www.shop.com/weihnachtsshop/product.jpg - these links should not get rewritten.
What's the best way to approach this?
PAT
One way: