Hi,
I'm trying to figure out how to use mod_rewrite so that I can replace linked images (coming in externally) and use local ones instead.
Why am I doing this? I have a plugin which I'm integrating into my site, which uses ugly external images as buttons, and I want to redo these buttons to match my site. The links come in externally and are not embedded in a plugin php somewhere, so I figure there might be some way of using mod_rewrite to intercept and replace the incoming links.
I hope someone can help, thanks!