Let's say a user tries to access a given image on my website using the following url:
http://www.mywebsite.com/blog/image1.jpg?someParam=100
i need a rewrite rule to this, removing the 'blog' node from the path:
http://www.mywebsite.com/image1.jpg?someParam=100