Welcome Guest, Not a member yet? Register   Sign In
problem with routes.php
#2

[eluser]John_Betong_002[/eluser]
Try this:

Code:
$route["members/contact"]        = "contact";      // defaults to index()
$route["members/contact/(:any)"] = "contact/$1";   // looks for a $1 method
 


Messages In This Thread
problem with routes.php - by El Forum - 07-17-2011, 08:40 PM
problem with routes.php - by El Forum - 07-17-2011, 08:59 PM
problem with routes.php - by El Forum - 07-17-2011, 09:21 PM
problem with routes.php - by El Forum - 07-18-2011, 08:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB