开发者

Redirect user from domainone.com to domaintwo.com

开发者 https://www.devze.com 2023-03-20 17:06 出处:网络
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 domaino

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

0

精彩评论

暂无评论...
验证码 换一张
取 消