Welcome Guest, Not a member yet? Register   Sign In
custom users routes? [SOLVED]
#3

[eluser]bretticus[/eluser]
You need something that is uniform across the board.

Like:
Quote:www.site.com/users/john/
www.site.com/users/barbara/

then you can at least use something like:

Code:
$route['^users/([^/]+)/(.*)$'] = '$2/$1';
// this is untested and quickly off the top of my head. For demonstration only.

Or you can use wildcard subdomains:

Quote:john.site.com
barbara.site.com


Messages In This Thread
custom users routes? [SOLVED] - by El Forum - 10-14-2010, 07:39 AM
custom users routes? [SOLVED] - by El Forum - 10-14-2010, 05:26 PM
custom users routes? [SOLVED] - by El Forum - 10-14-2010, 10:29 PM
custom users routes? [SOLVED] - by El Forum - 10-15-2010, 07:23 AM
custom users routes? [SOLVED] - by El Forum - 10-15-2010, 10:19 AM
custom users routes? [SOLVED] - by El Forum - 10-15-2010, 10:57 AM
custom users routes? [SOLVED] - by El Forum - 10-16-2010, 12:08 PM
custom users routes? [SOLVED] - by El Forum - 10-16-2010, 12:34 PM
custom users routes? [SOLVED] - by El Forum - 08-03-2011, 05:25 PM
custom users routes? [SOLVED] - by El Forum - 08-04-2011, 09:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB