I have an index page that can be accessed from the URL http://mysite.com. I can input query strings ?type=small, ?type=medium or ?type=large so that different results will be displayed. However, I want users to be able to access the site with the URLs http://mysite.com/small, http://mysite.com/medium and http://mysite.com/large respectively instead without creating separate pages.
Can this be done and how?