I have a dictionary/glossary which translates from one language to another.
When I fill in a certain word in the form, for example:
Çögek
After I submit I get this URL:
/search?q=%C7%F6%FEek%FD
Is there any way just to have this in the URL:
/search?q=Çögek
I think the last one is SEO friendlier… but no idea how to do that…
I tried with my localhost. It works for me.
In redirected page, use
Try This.
See the Html Part