I have to create a friendly url with polish phrases. Finally, my .htaccess should accept all letters (and polish letters too), numbers, plus(+) and minus(-). Can you help me?
Thanks!
My url:
cat-3,woj-4,Kraków
My htaccess:
RewriteRule ^cat-([0-9]+),woj-([0-9]+),(['/^\p{L}+$/ui']+)/?$ show_list_adverts.php?mode=searching&cat_id=$1&search_province=$2&search_city=$3 [L]