I have a site where I want a different experience for each state, and need the url to be related to the city. So instead of mysite.com/site/login
it would be
mysite.com/utah/site/login mysite.com/colorado/site/login etc
And this would apply to all urls:
mysite.com/services/view/1 becomes mysite.com/utah/services/view/1
mysites.com/customer/purchase-order/create becomes mysites.com/coloroda/purchase-order/create
etc, etc, etc