French characters with rewrite rule
问题 I have categories name in my database, and some of theme have french characters like é è ê. It works as desired until today when I tried to add another character à to it then I started getting SERVER ERROR Here is my .htaccess: Options +FollowSymlinks RewriteEngine on RewriteRule ^([A-Za-z0-9éèêà_-\s]+)-(\d+)\.htm$ classified.php?id=$2 [L] As you can see, it works fine without the à. How do I add that thing into the regex ? 回答1: If you are using all sort of characters and accented letters,