I've having a bit of a problem redirecting urls with 301 flag.
the issue is that I have many urls, and I need to change something in their basic starcture.
the problem is that the url's are in UTF-8 format, and I have no clue how to tell .htaccess to rewrite them. I know how to do it for standard latin-letters url...
for example:
the URL www.mysite.com/המשחקים/משחקי-אסטרטגיה/בלה.html
I need to change to:
www.mysite.com/משחקים/משחקי-אסטרטגיה/בלה.html
basically it means changeing the word - המשחקים to משחקים in many many urls.
the question is - how do I match those letters in the rewrite rule ??
thanks alot for any help
