Forum Moderators: phranque
Use <img src="/path_to_image.gif"> instead of <img src="path_to_image.gif">.
This is still a relative path to the image, but it is relative to the Web root directory of the site, rather than relative to the current directory (which you have changed by using mod_rewrite).
Jim