Permalinks with ISAPI rewrite for WordPress
January 2nd, 2009
When I started this blog I wanted to have nice looking permalinks for all articles. This means all articles have links like:
http://www.basvandijk.eu/2009/01/01/happy-new-year/
instead of
http://www.basvandijk.eu/?id=3458
I almost got this working except the fact that my URLs contained “index.php” like:
http://www.basvandijk.eu/index.php/2009/01/01/happy-new-year/
After searching through lots of websites I found a solution for this issue.
Read more…