Hi, I am trying to set up a 301 redirect from an old site to a new site. I want to redirect the entire domain to the index page of the new site.
I set up my .htaccess on the old site like this:
But when I browse to, for example, "http://oldsite.com/test", it is redirected to "http://newsite.comtest/"
Thanks
I set up my .htaccess on the old site like this:
Code:
Redirect 301 / http://newsite.com
Thanks