I'm, running Windows XP and WAMP onelick, and trying to set up WP as a CMS, so I can create a new theme and site.
I installed WordPress to / and it worked just fine "out of the box".
Now I need to alter the permalinks so that pages have a SEO URL - e.g pages are http://example.com/slug and posts are http://example.com/blog/title.
I altered the permalinks, and even with provided options (other that default) I get "page not found errors for every page, except the home and admin pages.
.htaccess is writable, and mod rewrite is on.
How can I change the permalinks to a SEO friendly style?
Ian