Welcome Guest, Not a member yet? Register   Sign In
URI Routing Like Wordpress Pages and Posts
#4

[eluser]Killswitch[/eluser]
You can put a route above that with controllers you want to preserve. For example:

$route['(login|register)'] = "$1";

That will make it so /login and /register go to your login and register controllers.


Messages In This Thread
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-21-2011, 02:01 AM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-21-2011, 03:57 AM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-21-2011, 05:24 AM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-21-2011, 12:13 PM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-21-2011, 10:57 PM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-22-2011, 06:31 PM
URI Routing Like Wordpress Pages and Posts - by El Forum - 01-24-2011, 02:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB