Like described in the title i would like to have clean URLs with mod_rewrite, sadly i didnt manage to write the fitting regex to get the job done i am experimenting with:
1.try:
RewriteRule ^([a-z]*)$ /index.html?city=$1 [NC,L]
2.try:
RewriteRule ^(.*)$ /index.html?city=$1 [NC,L]
But none is working properly, even less when it comes to "üöä"