Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine on
#
# internally rewrite .jp(e)g to equivalent .gif
RewriteRule ^(.*)\.jpe?g$ $1.gif [L] you would normally prefer not to use the ambiguous, greedy and promiscuous '.*' in your regexp, but i didn't see a good way out of this one.