On Nov 22, 2007 4:56 PM, <export@xxxxxxx> wrote: > Hi, > I would like to > rewrite > <img src="/Image/My-Image.jpg/1234"> > > into > <img src="/Media/1234.jpg"> > > Is that possible to do so with mod_rewrite ? Short Answer: No. Long Answer: Mod rewrite is used to change incoming request URLs. You can't use mod rewrite the change the content of the html files send to the client. You can however use mod_rewrite so that when a request comes for /Image/My-Image.jpg/1234 this is mapped /Media/1234.jpg Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx