You must fix 3 problems:
1. Edit the Article.php code to:
$url = urldecode( mysql_real_escape_string($_GET['url']) );
2. Make sure your sorting url fields are utf_general_ci
3. Edit the .htaccess file to:
RewriteEngine On RewriteRule ^(.*).html$ article.php?url=$1
source share