Hi everyone!
i'm looking for a solution to achive this goal:
$route['*']['/:param 1/:param 2'] = array('testController', 'home');
i need to build a fully dynamic route with no static parts, i need this to have fully seo-friendly urls
for sure it wil be easy form me to modify the doourirouter.php code, but it's defenitly the uggliest thing to do IMHO
thanks 4 the answers !
