Welcome Guest, Not a member yet? Register   Sign In
CODEIGNITER 4 Post returns "error 404"
#3

Since auto routing is disabled you need to write your routing line for your post processes as well:

PHP Code:
$routes->post('YourController/your_method''YourController::your_method'); 
Reply


Messages In This Thread
RE: CODEIGNITER 4 Post returns "error 404" - by demyr - 05-31-2022, 12:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB