Forum Moderators: open
Question:
In order to give to my afiliated partners a parameter string working now on png and later on gif,
I would like to use a string without the image type:
<img src="parameter_string_111_222">
mod_rewrite will deliver the image, but is that supported by all browsers?
Thanks, Maggi
This is not something I've ever tried, however. Perhaps we'll get some other input.
In order to use content negotiation properly, you must consistently address all references to your pages, images, programs without filename extensions.
If you link to a page within your site, never use the filename extension:
instead of <a href="anotherpage.html">, use <a href="anotherpage">.
Content negotiation works great and if you ever consider switching from .png to .gif, you must do nothing, as your server will automatically use the filename without extension. :-)