I tried to change
http://localhost/archives?key=[uncicode string]
to
http://localhost/archives/[uncicode string]
For example
http://localhost/archives?key=سلdf
to
http://localhost/archives/سلdf
How can I do it?
RewriteRule ^archives\/([.*]+)$ archives?key=$1
What's the problem?