Welcome Guest, Not a member yet? Register   Sign In
Routes Not Working On Live Host ?!!!!!
#3

(This post was last modified: 04-18-2021, 12:43 AM by paliz.)

(04-17-2021, 04:23 PM)includebeer Wrote: Maybe not the cause of your problems, but you should probably disable AutoRoute:
PHP Code:
$routes->setAutoRoute(false); 

Is your file structure the same on local and live host? (public directory...?)
(04-17-2021, 04:23 PM)includebeer Wrote: Maybe not the cause of your problems, but you should probably disable AutoRoute:
PHP Code:
$routes->setAutoRoute(false); 

Is your file structure the same on local and live host? (public directory...?)

I didnt change structure 
I try acesss like that 
Www.exmple.com/public/api/auth/login

Login method is POST request is not working but
Logout method is GET request is working

When setautorute to false still i got error too either
Enlightenment  Is  Freedom
Reply


Messages In This Thread
Routes Not Working On Live Host ?!!!!! - by paliz - 04-17-2021, 12:14 PM
RE: Routes Not Working On Live Host ?!!!!! - by paliz - 04-18-2021, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB