I am looking for an Apache redirect where the source URL has a question mark in it.
Redirect permanent /course/view.php?id=68 http://exmaple.com/page.php
I've tried escaping the question mark, but that doesn't work. I've read a couple pages on the web about using Rewrite conditions, however it didn't quite make sense to me, or it was a little bit different than what I wanted to accomplish.