hi Following is my website "Treffer tech (dot) com". 301 redirection is not working for my website...please check is there anything i need to do with website. I have created .htaccess file and added the given below code RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com/ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] but it is not working...please share your ideas.. thanks
.htaccess normal coding not working for all the server, you have to write .htaccess code to your server related.