Routing problem |
I have just uploaded the code to http://pencopyediting.com plus the database again. It used to be ok then it was all deleted sometime ago while it was being used. It was https by the way but the certificate ran out so I have removed the s from the baseurl. The front page is ok but if you go to any of the other pages you get a 404. It isn't routing properly and I have no idea why.
$route['default_controller'] = 'home'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; $route['verify/(:any)/(:any)'] = "/home/verify/$1/$2"; is what is in config/routes.php I am stumped - any ideas please? |
Messages In This Thread |
Routing problem - by Knutsford - 12-31-2018, 08:45 AM
RE: Routing problem - by InsiteFX - 12-31-2018, 09:17 AM
RE: Routing problem - by ciadmin - 12-31-2018, 09:45 AM
RE: Routing problem - by Knutsford - 12-31-2018, 10:29 AM
RE: Routing problem - by Knutsford - 12-31-2018, 10:43 AM
|