How do you setup permalinks in WordPress using mod_rewrite?
Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to refer to your article (or section), or how you might send a link to your story in an e-mail message. By default, WordPress permalinks will look like this: http://yourdomain.com/index.php?p=1. The “p=1″ part of this example URL refers to a blog post (“p”) with an ID of “1″. Some of you more advanced Padawans may recognize this ID from the original Hello World! post that came fresh with WordPress when you first installed it. If you want your permalink URLs to look something more like this: http://yourdomain.com/2006/05/08/sample-post/ then you are wanting what are called pretty permalinks, for obvious reasons. In this case, you should create an .htaccess file. Here are instructions on how to create an .