Welcome Guest, Not a member yet? Register   Sign In
306 route error
#3

I believe :any has changed to not support multiple segments in CI3. So, that route is only getting the first segment, I believe. You can use a regular expression to capture absolutely everything. Something like:

Code:
$route['(.+)'] = "site/$1";
Reply


Messages In This Thread
306 route error - by munhzol - 03-29-2016, 09:24 PM
RE: 306 route error - by munhzol - 03-29-2016, 09:34 PM
RE: 306 route error - by kilishan - 03-29-2016, 10:34 PM
RE: 306 route error - by munhzol - 03-29-2016, 11:39 PM
RE: 306 route error - by arma7x - 03-29-2016, 11:49 PM
RE: 306 route error - by munhzol - 03-30-2016, 12:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB