Hi there,

I'm developing a website for a client and have got everything working on my local machine. As soon as I upload it to the live server the blog redirecting fails in some cases:

/blog/offer/someblog.html redirects to /blog
The back button redirects to /blog/offer/index.php instead of /index.php
(maybe my understanding of this last one is wrong)

The htaccess and everything else is the same. The normal redirects work e.g. /about.php does redirect to /about/. The htaccess was generated by gen_htaccess.php and mod_rewrite is activated. The only thing is that I had to remove "Options +SymLinksIfOwnerMatch -MultiViews" or else I got a 500 error - however i have the same htaccess running locally and it works.

Any ideas what could be wrong? Thanks!

EDIT: It has been resolved - it was a server config error on the hosting side. Dont know where to mark this post as resolved. Cheers!

Regards