I didnt even know that there is such a thing on Blogger. But few days ago, I submitted my site to Digg and haven't notice that I have submitted /index.html url. Don't have idea how I came to that Is there any way I could 301 it on Blogger blog ?
OK, I've found a solution for redirecting it, but I dont think it acts as 301. Just add a page element, and paste this code in it : <script type="text/javascript"> if(window.location.href.match(/.*?index.html/)) window.location = window.location.href.match(/(.*)?index.html/)[1]; </script>