Something is wrong with the following rewrite rule. I thought I was doing it the right way since i copied from a book other than it's supposed to redirect to another domain.
I got the following url:
http://www.domaina.com/some-Text-is-here-B40178.jpg
the image is located at the url:
http://www.domainb.com/imgs/B40178.jpg
How should the underneath rewrite rule be written in order to make this work?
RewriteRule ^.*-B([0-9]+)\../$ http://www.domainb.com/imgs/B$1 [L]
