RewriteRule .*\.(.gif|.GIF|.jpg|.JPG|.rm|.ram)$ http://www.yoursite.com/index.html [R,L]
Originally this was:
RewriteRule .*\.(gif|GIF|jpg|JPG|rm|ram)$ http://www.yoursite.com/index.html [R,L]
by adding the periods into the code, it now FREAKING works...
it's amazing what a simple little dot can do...
:groovy: