hi can someone please help me get the 301 code for this website "treffertech (dot) com" I have fixed non www to www code also its working fine but also i need the code to fix ".com/index.html to .com" Thanks in dvance
there must be something on your site, that caused it to point to .html make sure you don't have the html extension in your sitemap add a page to your site called index.html, then verify it with Google webmaster tools. Than do a 301 redirect via google wt to your site, then delete the .html file if not, your pr your gaining from the links will be lost to the .html file even if you redirect via a htaccess file.
Write below code in .htaccess file Redirect 301 http://www.abc.com/index.html http://www.abc.com/ Note: change abc as your domain name.