I have a shop located in the /shop directory of my site. Visitors enter www.example.com
to reach the shop, so I have a .htaccess file like this:
CODE
redirect 301 /index.html http://www.example.com/shop/index.php
There is also a file www.example.com/index.html containing only the
Google analytics stuff.
I also have a blog located in www.example.com/blog, also with an index.html
that transfers to the actual blog site.
All this works as intented with one annoying exeption.
I can enter the blog directly via www.example.com/blog. The problem comes
when using the RSS feed for the blog. The blog post is displayed, but then transfers
immedeately to the web site's home page.
I have a strong feeling this problem is in .htaccess.
Any suggestions would be much appreciated.








