Forums

URL not accept non-English alphabet (1 post)

  1. cadelite
    Member
    Posted 1 year ago #

    Since my web hosting company does not accept URL in non-English alphabet, I want to use "Rewrite URL" to correct it.

    For example,

    When, in IE/Firefox, I input "http://www.whatajoke.com/tags/好笑" in the URL of IE/Firefox, it will jump/redirect to "http://www.whatajoke.com/index.php" (the front page).

    I wrote the following in .htaccess :

    RewriteEngine On
    RewriteBase

    RewriteRule http://www.whatajoke.com/tags/好笑 http://www.whatajoke.com/index.php

    But it does not work. How should I write on the .htaccess?

    Thank you very much!

Topic Closed

This topic has been closed to new replies.

About this Topic