Hii friends I just launched my new website but I am facing a problem,,actually there are three different urls pointing to my website.. 1 one with www 2 one without www 3. and one with .index extension I want to do a 301 redirect on my website and redirect the other two urls to the one with www but unfortunately being a begginer I dont know how to do it... If 301 redirect can be done from the website or from the hosting provider... Any refernce or help will be greatly appreciated ....
cleanest way is : <script type="text/javascript"> window.location.href='http://www.yourdomain.com/'; </script> paste in head section .... make sure you have changed url redirect in webmastercentral in google.