I want all URI to route to default_controller/(:any)
for example if the url looks like this : http://www.anypage.com
I want http://www.anypage.com/test_segment to route to http://www.anypage.com still where I will read Segment 1 to customize my site
the reason why I am doing this is to avoid doing something ugly like http://www.anypage.com?s=test_segment
Thank you for your help
Between the documentation and this answer you should have everything you need. There are lots of other answers on StackOverflow covering this topic as well.