Regex to rewrite urls
I've been searching all over google and these forums and kind of have an understanding on how to do this, but i just can't figure this out with regex. I know there is a way to rewrite urls using mod_rewrite to make coldfusion urls seo friendly but it just doesn't work for me lol....
This is the url i currently have:
domain.com?type=soccer&zip=33141
I'm trying to get it to be
domain.com/soccer/33141
And then also have all the links within the page be re-written as well so when the spiders look at it, all the links look like:
domain.com/soccer/33141 or domain.com/basketball/33139
