Hi,
I'm having an odd issue with changing my Wordpress permalinks to the more URL friendly model.
(blog: http://www.gorbould.com/blog)
I'm using Netfirms, which supports WP (though I installed it manually) and suggests using pretty permalinks as described here in the documentation.
I checked the .htaccess file is there in my /blog directory, chmod 660.
When I use the WordPress interface to set my Permalinks to date and name based, e.g.
http://www.gorbould.com/blog/2006/10/04/sample-post/
All the links point back to the homepage! (even though they display correctly in the URL)
And when I click on the archive pages, I get this error message:
In order to view your homepage, please name your main page "index.htm" (using lower case letters).
I also tried forcing it to acknowledge Apache as indicated here:
http://wordpress.org/support/topic/86101?replies=12
But that didn't change anything.
Any suggestions?