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
http://www.otherdomain.com/%E2%80%A6crabble-word-finder
If you put your mouse over the link it looks like
http://www.otherdomain.com/...crabble-word-finder
I tried in my htaccess file which didn't work
Redirect 301 /...crabble-word-finder http://www.mydomain.com/scrabble-word-finder/
AND
Redirect 301 /%E2%80%A6crabble-word-finder http://www.mydomain.com/scrabble-word-finder/
Any idea how to get this redirect to work?