Redirect only Home page via .htaccess

If you are running your web server on apache, you can write a single line in .htaccess file for permanent redirection.

RedirectMatch 301 ^/$ http://www.newsite.com/

Only permanent redirection is suggested even from the SEO point.

Today's Top Articles:

Scroll to Top