Forums

Permalink - Problem with latin (Vietnamese) characters (1 post)

  1. Longminh
    Member
    Posted 2 years ago #

    Hi all,

    Pls help me this prob

    My language's site is Vietnamese (include ô, â, ă, đ, ê... character)

    now I want to leave it in URLs for friendly SEO

    ex: http://giadinh.cangiconay.com/nau_an_ngon/2007/ch%e1%ba%a3-sen-tom.html

    change to: http://giadinh.cangiconay.com/nau_an_ngon/2007/cha-sen-tom.html

    My .htaccess is:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    And I set permalink to: /%category%/%year%/%postname%.html

    Tks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags