Welcome Guest, Not a member yet? Register   Sign In
having trouble with controllers
#12

[eluser]bradyrose[/eluser]
here are my current routes, or attempt to try what has been suggested, thus far the only
way im navigating to pages such as www.cashforbtc.com/index.php/home , pages/home does not work with combinations that have been suggested, or as i have miss?understood them.

Code:
//$route['pages/pmsystem/(:any)'] = 'pages/pm/$1';
// i disabled the above just to see if it was affecting below
$route['pages/pmsystem'] = '/pages/pmsystem.php';
// pages/pmsystem yeilds not found
$route['(:any)'] = 'pages/view/$1';
// when i use the route below, rather than the route above,
// index.php/login loads blank pages, and pages/login loads
// not found
//$route['page/:any'] = 'pages/view/$1
$route['default_controller'] = 'pages/view';
/* End of file routes.php */
/* Location: ./application/config/routes.php */


Messages In This Thread
having trouble with controllers - by El Forum - 07-20-2012, 08:33 PM
having trouble with controllers - by El Forum - 07-20-2012, 11:59 PM
having trouble with controllers - by El Forum - 07-21-2012, 02:19 AM
having trouble with controllers - by El Forum - 07-21-2012, 03:50 AM
having trouble with controllers - by El Forum - 07-21-2012, 10:50 AM
having trouble with controllers - by El Forum - 07-21-2012, 11:05 AM
having trouble with controllers - by El Forum - 07-21-2012, 04:53 PM
having trouble with controllers - by El Forum - 07-21-2012, 06:45 PM
having trouble with controllers - by El Forum - 07-22-2012, 07:01 PM
having trouble with controllers - by El Forum - 07-22-2012, 11:37 PM
having trouble with controllers - by El Forum - 07-23-2012, 03:23 PM
having trouble with controllers - by El Forum - 07-23-2012, 03:42 PM
having trouble with controllers - by El Forum - 07-23-2012, 05:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB