I want all URI to route to default_controller/(:any)
for example if the url looks like this : www.anypage.com
I want www.anypage.com/test_segment to route to 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 www.anypage.com?s=test_segment
Thank you for your help