Posts by cmnardi • 141 points
1 post
-
4
votes1
answer167
viewsA: How do I hide the Controller name in the url?
You can use the routes In the archive application/config/Routes.php Has an array called '$route' where you can define your routes $route['product/:num'] = 'catalog/product_lookup'; In your case I…