i need to routing my website url to seo friendly url, get out this issue?
please check the screen shot.
http://prntscr.com/ke8uf0
2
Try this. In routes.php:
$route['products/(:any)'] = 'products/index/$1';
In your controller:
public function index($product_name) { ... }
In folder applicaion -> config-> routes.php
$route['badrumsutrustning/(:any)'] = 'products/index/$1';
Click here to cancel reply.
2
Answers
Try this. In routes.php:
In your controller:
In folder applicaion -> config-> routes.php