htaccess Rewrite rule to accept Hindi characters – Apache
I have a link like this www.example.com/profile.php?name=sagar123 I used this rule: RewriteRule ^profile/([a-zA-Z0-9_-]+)$ profile.php?name=$1 [L] and now I can chang my URL to like this: www.example.com/profile/sagar123 everything is fine but, now I want to use Hindi language characters also like…