Welcome Guest, Not a member yet? Register   Sign In
Routing help needed
#4

[eluser]Tpojka[/eluser]
In post above I wrote route rule for anything that is set after base_url().
So if you have route like:
http://www.example.com/contact
user_provided.php will be used instead other controller you coded for contact page and there fore,
you need to set specific routes before wild card route.
Code:
$route['contact'] = "pages/contact";
$route['about'] = "pages/about";
$route['(:any)'] = "user_provided/index/$1";

Read that on this page.


Messages In This Thread
Routing help needed - by El Forum - 05-08-2014, 03:21 AM
Routing help needed - by El Forum - 05-08-2014, 03:51 AM
Routing help needed - by El Forum - 05-08-2014, 04:03 AM
Routing help needed - by El Forum - 05-08-2014, 04:17 AM
Routing help needed - by El Forum - 05-08-2014, 11:26 AM
Routing help needed - by El Forum - 05-08-2014, 11:39 AM
Routing help needed - by El Forum - 05-08-2014, 11:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB