Welcome Guest, Not a member yet? Register   Sign In
mange routes with htaccess file
#3

[eluser]YahyaKACEM[/eluser]
[quote author="Aken" date="1354792716"]
Code:
$route['(:any)'] = 'page/index/$1';

No need for .htaccess - just use the :any wildcard and a back reference (parentheses).[/quote]
i already tried that but my full routes file is like this
Code:
$route['default_controller'] = "welcome";
$route['404_override']   = '';
$route['logout']    = 'admin/logout';
$route['res_yass']    = 'page/index/res_yass';
$route['res_nesr']    = 'page/index/res_nesr';
$route['societe']    = 'page/index/societe';
$route['app_type']    = 'page/index/app_type';
$route['future_plan_situation'] = 'page/index/future_plan_situation';
$route['plan_situation']  = 'page/index/plan_situation';
$route['fini_stand']   = 'page/index/fini_stand';
$route['future_app_type']  = 'page/index/future_app_type';

and i did this:
Code:
$route['default_controller']  = "welcome";
$route['404_override']   = '';
$route['logout']    = 'admin/logout';
$route['contact']    = 'contact';
$route['(:any)']    = 'page/index/$1';

but that didn't work when i go to contact i get an error about can't find page/index.


Messages In This Thread
mange routes with htaccess file - by El Forum - 12-06-2012, 01:20 AM
mange routes with htaccess file - by El Forum - 12-06-2012, 04:18 AM
mange routes with htaccess file - by El Forum - 12-06-2012, 05:40 AM
mange routes with htaccess file - by El Forum - 12-06-2012, 01:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB