Going back from detail to main index, makes sense, but still only if the user is really coming from your index… what if he goes to the detail page directly? Then hitting back will bring him to the previous site he was on and not the index page you wanted him on …
So still having history back - is only useful if you have full control of the user actions in the right sequence. If you don’t - then I would really not advice to using it.