Welcome Guest, Not a member yet? Register   Sign In
how to chose from two different apps?
#1

In my routes.php I have the following

$route['default_controller'] = 'Users2/login';
//$route['default_controller'] ='Display_survey/display';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['registration'] = 'registration';
$route['login'] = 'login';
$route['subit_backend']['GET']='subit_backend/register';


When I type localhost User2/login runs. I'd like to be able to start up a different application from my authentication package fusionAuth. How do I do this? If I type Users2/login in my browser, Google opens. Is there some full path that needs to be specified?
proof that an old dog can learn new tricks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB