I\'m trying to put something with this, whenever I go to a page like:
http://www.example.com/character.php?id=3
I'm fairly certain you can't do this through htaccess. You'll need to do it in PHP, querying the database using the information from the url (?id=3) and then calling the Header Function using what you've learned from the database.