Forum Moderators: phranque
first page: red-widgets.html
second page: blue-widgets.html
In both pages I have an IMG named "widgets.gif"
I would like to do this:
in red-widgets.html I would write this HTML code:
<img src="red-widget.gif"> without to copy/paste/rename the original image.
So I would like to rewrite for all colours:
blue-widget.gif ---> widgets.gif
black-widget.gif ---> widgets.gif
green-widget.gif ---> widgets.gif
and so on..
Is it possible?
Any help appreciated, regards.
RewriteRule -widget\.gif$ /widgets.gif [L]
Jim