Is it possible to rewrite URLs in this situation?
I think you are on the right track with .htaccess and rewrite rules What you might consider is a 301 redirect in your .htaccess like this #fancy name redirect here redirectMatch 301 ^/restaurant/london(.*)$ /?category_name=restaurants&locations=london Basically you can then tell people to go to your own friendly URL and they get redirected to the longer one … Read more