简体   繁体   English

重定向问题-网站仅在移动设备上重定向,而不在台式机上重定向

[英]Redirecting Issue - Site only redirecting on mobile but not on Desktop

I have this site on WordPress http://vergelabogados.pe/ and I make a redirect in the index.php to another site 我在WordPress http://vergelabogados.pe/上有此站点,并在index.php中将其重定向到另一个站点
But nothing happens on desktop, but in a mobile device works fine. 但是在台式机上什么也没发生,但是在移动设备上可以正常工作。 I try to find out code on .htaccess file, index file, but I can't find nothing. 我尝试找出有关.htaccess文件,索引文件的代码,但我什么也找不到。 I Google it but not found any helpful solution. 我用Google搜索,但没有找到任何有用的解决方案。 Any suggestion what could be the reason for this. 任何建议可能是这个原因。 Thanks 谢谢

Add this code to your .htaccess file : 将此代码添加到您的.htaccess文件中:
Permanently redirect all request to yourdomain.com/index.php to another site : Redirect 301 index.php http://another.site/ 将所有请求永久重定向到yourdomain.com/index.php到另一个站点: Redirect 301 index.php http://another.site/
Permanently redirect all request to yourdomain.com (Root domain) to another site : Redirect 301 index.php http://another.site/ 将所有请求永久重定向到yourdomain.com(根域)到另一个站点: Redirect 301 index.php http://another.site/

More info : https://mediatemple.net/community/products/grid/204643080/how-do-i-redirect-my-site-using-a-htaccess-file 更多信息: https : //mediatemple.net/community/products/grid/204643080/how-do-i-redirect-my-site-using-a-htaccess-file

// This allows you to redirect your entire website to any other domain //这样您就可以将整个网站重定向到其他任何域

Redirect 301 / http://max2colors.com/ use this in htaccess file 重定向301 / http://max2colors.com/在htaccess文件中使用它

visit this http://max2colors.com 访问此http://max2colors.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM