Domain redirection using coding


  RewriteEngine on
  RewriteCond %{HTTP_HOST} ^innova-amtech.com [NC,OR]
  RewriteCond %{HTTP_HOST} ^www.innova-amtech.com [NC]
  RewriteRule ^(.*)$ http://www.amtechnologies.co.in/$1 [L,R=301,NC]
Previous
Next Post »
Thanks for your comment