Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: 306 route error
Post: RE: 306 route error

arma7x Wrote: (03-29-2016, 11:49 PM) -- $route['(:any)/(:any)'] = "site/$1/$2"; $route['(:any)'] = "site/$1"; Have you try this? I'm not sure it's working. -- $route['admin/(.+)'] = 'admin/$1'; ...
8,114 Views
5 Replies
03-30-2016, 12:12 AM
munhzol
    Thread: 306 route error
Post: RE: 306 route error

kilishan Wrote: (03-29-2016, 10:34 PM) -- 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 expres...
8,114 Views
5 Replies
03-29-2016, 11:39 PM
munhzol
    Thread: 306 route error
Post: RE: 306 route error

It was worked fine in 2x
8,114 Views
5 Replies
03-29-2016, 09:34 PM
munhzol
    Thread: 306 route error
Post: 306 route error

CI 3.0.6 in config/route.php $route['(:any)'] = "site/$1"; in application/site/Someclass.php and declared index(), somefunction() when I loading host/someclass it's load index function ok. ...
8,114 Views
5 Replies
03-29-2016, 09:24 PM
munhzol

Theme © iAndrew 2016 - Forum software by © MyBB