Hello, I have a problem with building a seo friendly URL. Following URL: listings.php?page=1&category=92&country=Canada HTML: Canada is only one of a few countries I tried it with: RewriteRule ^([^\/]+)/listings.html$ listings.php?page=$1&country=$2 [nc,qsa] HTML: and RewriteRule ^([0-9]+)-([^\/]+)/([^\/]+)/listings.html$ listings.php?page=$1&country=$2 [nc,qsa] HTML: but it doesn't work. Could someone please help me? Thank you