Forum Moderators: phranque
If the rewrite is occurring on a different server, then you cannot control the address bar.
External redirect:
RewriteRule ^pic1\.jpg$ http://example.com/pic2.jpg [R=301,L] Internal rewrite:
RewriteRule ^pic1\.jpg$ /pic2.jpg [L] Jim