07-07-2009, 03:33 AM
[eluser]Evil Wizard[/eluser]
in the routes.php file should do it
Code:
$route['contact/(:any)'] = "public/contact/$1"
$route['gallery/(:any)'] = "public/gallery/$1"
