I have looked around but have absolutely no idea how to do a rewrite of the following type URLs
http://www.example.com/video/filesrep/vid/\'http://www.youtube.com/watch?v=6wq88TXU_1A&feature=player_embedded%5C'
There are about 1,000 of them and I want to rewrite to http://www.example.com/video/
Is the query string handled in a similar way to a 'normal' URL and do I treat the second URL as just a string - part of the main URL?