I have setup permalinks on my wordpress blog. Here is what I used /%category%/%postname%.html When the links show up it looks like the following www.mydomain.com/category1/3.html when it should look like www.mydomain.com/category1/name-of-my-blog-post.html The /3.html link works just find but it's not what it should be. I assume it's not the htaccess file because the link on the displayed wordpress page is wrong and the links that are shown work now. Oh, I don't know if it matters but the blog is on a subdomain What have I done wrong?