I’m a beginner regarding SEO, so I’m basically trying to create SEO friendly URLs via mod-rewrite for example:
http://www.website.com?title=The-Big-Book
to
http://www.website.com/The-Big-Book
The question I have at the moment is how should I approach this if there is a chance the title (user defined) will be in a foreign language such as Chinese?
RewriteRule ^/?([^/.]+)$ **YOUR REWRITE RULES**