How do I rewrite this URL in Apache using mod rewrite?
I am trying to redirect "/w/index.php?title=TITLE_HERE&oldid=100" to "/wiki/TITLE_HERE.php". I tried several things, but the following RedirectMatch should work based on my research. I read quite a bit about rewriting in the different ways in Apache. The problem, of course, is…