I’m trying to implement urls like the one below:
,but with one exception, that is I want it to be utf8, like the one below:
How to do this? my webpages name are in English and I want it to be English.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using .htaccess, you can redirect your visitors from /علیرضا to contact.php
In your .htaccess, write like the following,
To display UTF-8 content and URLs in a page, you need to have the following in your head section.
In your
anchorlinks, use utf-8 url in the href.An example of
tamilurl (UTF-8) is shown below.