Hello Members, I have site like abc.com and this site index in google. This site having default page with name index.php , its also index in Google that doing duplicate. I want to use 301 301 permanent redirection from www.abc.com/index.php to www.abc.com Please give me code for .php thanks...
I think this code can work <?php // Permanent redirection header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.yoursite.com"); exit(); ?>
Hi, Plz find text attachment with this post. Rename it to '.htaccess' Edit your website name in the file by replacing yourwebsite.com to your website name and upload the same to the rot of your website. All the best