Welcome Guest, Not a member yet? Register   Sign In
Error 404 with unicode character in the URL like Japanese
#3

(11-22-2017, 12:55 PM)natanfelles Wrote: Well it looks like this 404 error page is from your server ...

So, are you sure you put the .htaccess in the right place? And, by chance, do not have you the static path "category/大人っぽすぎる小学生が中学3年生にもなると.html"? If that is the case, that is why it is shown.

Thanks natanfelles, my .htaccess as follow
Quote:AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index\.php|resources|robots\.txt)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>


My code worked almost cases like:
Quote:category/കതത-കഥ-മലയള.html
category/大人っぽすぎる小学生が中学3年生にもなると.html
category/ДАВАЙТЕ-ПОЗНАКОМИМСЯ.html
category/ગજરત-સકસ-વડય.html

Please help me,
Reply


Messages In This Thread
RE: Error 404 with unicode character in the URL like Japanese - by phongtnit - 11-23-2017, 10:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB