I am trying to physically redirect a user from domainone.com to domaintwo.com but the 开发者_Go百科.htaccess code I have keeps the user on the page but loads in content from domaintwo.com into domainone.com.
I would like the user to actually be taken to domaintwo.com.
Redirect 301 domain.com.au domain.com
Thanks
Try this code in your .htaccess file located on domain.com.au
Redirect 301 / http://www.domain.com
精彩评论