I have been googling for a good while and can't figure this one out. It seems simple, and I am sure it is, but I am not a server expert.
My url is: http://www.example.com/blog/?tag=Word1+Word2
Some of the tags are a single word (ex: bicycle), some are longer (ex: Two wheel bicycle).
I need this url to be output as: example.com/blog/tag/word1-word2/
How can I get a rewrite to achieve this?