Welcome Guest, Not a member yet? Register   Sign In
Paging URI
#2

[eluser]gRoberts[/eluser]
could it be because of the .html extension is missing from the route?

Code:
$route['request'] = "maincontroller/request";
$route['request.html/:num'] = "maincontroller/request";

to

Code:
$route['request.html'] = "maincontroller/request";
$route['request.html/:num'] = "maincontroller/request";


Messages In This Thread
Paging URI - by El Forum - 10-03-2008, 06:06 AM
Paging URI - by El Forum - 10-03-2008, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB