I have a url like:
http://skepticalgamer.com/category/slam-the-controller
I'd like to strip out "category" from the URL. So I'd want:
http://skepticalgamer.com/slam-the-controller
to act as if it were the original URL above. Is that something that can be done with mod_rewrite?