I tried adjusting the examples given in other post, but cannot get them to work.
I am trying to get:
http://www.myweb.com/%E2%80%A6/myfile.htm
to redirect to:
http://www.myweb.com/mydirectory/myfile.htm
I tried 301 which obviously will not work, as the /%E2%80%A6 is an ellipse used by some websites to shorten the url. I also tried RewriteRule, which I am not that good at. Thanks for any help.