this is happening after a default install. http://gh.ffshrine.org/blog/ works fine http://gh.ffshrine.org/blog does not. it redirects to www.gh.ffshrine.org/blog/ I'd really like to nix this (doesn't seem like it'd be all that great for SEO). what exactly is causing this?
I run mine on a subdomain so you shouldn't be having problems. I'd check the wordpress settings for the rewrite. On my site I have /%postname%/%post_id%/ but in some cases you need /index.php/%postname%/%post_id%/ It's worth a look!
I ended up adding a slash to the end of the base URL where it's linked from in the templates itself for mine. For example, this is what I'm using in my header template: <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1> Code (markup):
I'm having exactly the same problem. I have been through the htaccess with a fine toothed comb, cannot find anywhere that the www. version of my domain is referred to. Very annoying.