Welcome Guest, Not a member yet? Register   Sign In
Another URL question
#4

[eluser]wintercounter[/eluser]
Ok, now figured out, using this way now :

Code:
$route['default_controller'] = "front";
$route['(:any)'] = 'entry/index/$1';
$route['login'] = 'login';

But isn't there any other way, to not route all may URIs and pages?
Should I use a mod_rewrite based solution?


Messages In This Thread
Another URL question - by El Forum - 02-22-2011, 07:59 PM
Another URL question - by El Forum - 02-22-2011, 11:14 PM
Another URL question - by El Forum - 02-23-2011, 03:25 AM
Another URL question - by El Forum - 02-23-2011, 04:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB