I have a website set up at http://www.angelletrieste.com/ and am using Wordpress 2.1 as a CMS and blogging tool. While I can view everything fine when I use Firefox, I cannot always view my blog ( http://www.angelletrieste.com/blog ) when I'm using MSIE 7. Sometimes it shows up, but sometimes I get 404. Some of my friends who use only MSIE tell me that they can't view my blog main page at all (404 error) although they can sometimes access some of the individual blog posts via direct link.
Here's how my blog's set up:
Under General Options:
Wordpress Address: http://www.angelletrieste.com/blog
Blog Address: http://www.angelletrieste.com
Permalink: /blog/%post_id%/
I have index.php in the root directory, and another one in blog directory. (Without the one in the blog directory I get an error.)
I have .htaccess file in the root directory with the following lines:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I'm not sure what's wrong. I've tried putting wordpress in the root directory, but that didn't work either. Any help is greatly appreciated. Thanks.