试图重定向301%E2%80%A6在htaccess文件

编程入门 行业动态 更新时间:2024-10-24 22:25:22
本文介绍了试图重定向301%E2%80%A6在htaccess文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在谷歌网站管理员工具的链接是从张贴了我的链接错误地一个大的网站来了。由于许多尝试,让他们去改变它,我要301链接到正确的页面,因为我想要的链接。问题是,在我的GWT它显示的链路

I have a link in my Google Webmaster Tools that is coming from a big website that posted my link incorrectly. With many attempts to get them to change it I am going to 301 the link to the right page because I want that link. Problem is that in my GWT it is showing the link as

www.otherdomain/%E2%80% A6crabble字发现者

如果你把你的鼠标在链接上,它看起来像

If you put your mouse over the link it looks like

www.otherdomain/...crabble-word-取景器

我想在我的htaccess的文件,没有工作

I tried in my htaccess file which didn't work

Redirect 301 /...crabble-word-finder www.mydomain/scrabble-word-finder/

Redirect 301 /%E2%80%A6crabble-word-finder www.mydomain/scrabble-word-finder/

任何想法如何得到这个重定向工作?

Any idea how to get this redirect to work?

推荐答案

请尝试使用引号:

Redirect 301 "/...crabble-word-finder" www.mydomain/scrabble-word-finder/

更多推荐

试图重定向301%E2%80%A6在htaccess文件

本文发布于:2023-10-31 18:39:36,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1546942.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:重定向   文件   htaccess

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!