Welcome Guest, Not a member yet? Register   Sign In
localhost send an invalid response
#5

(11-27-2020, 01:33 PM)neoneeco Wrote: in the
routes.php :

PHP Code:
$routes->get('/''pages::index');

$routes->get('/komik/create''komik::create');
$routes->get('/komik/(:segment)''komik::detail/$1'); 


add:

$routes->get('/komik/', 'komik::index');


this is the routes /komik in your routes file, the missing route (i think)

still not working Sad
Reply


Messages In This Thread
localhost send an invalid response - by upnormal - 11-26-2020, 07:07 PM
RE: localhost send an invalid response - by upnormal - 11-27-2020, 08:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB