Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 ajax post results in 404 error
#3

(This post was last modified: 05-21-2024, 12:30 PM by Binboy.)

(05-21-2024, 10:28 AM)pippuccio76 Wrote: Why there is public in your url ? 
Have you set base_url with public ?

Can you try to change 

$routes->get('filter', 'App_home::filter');

to

$routes->get('/filter', 'App_home::filter');
Should I delete public?

My baseurl is as:



Code:
public string $baseURL = 'http://localhost:80/';

I change to `$routes->get('/filter', 'App_home::filter');` but there is the same error
Reply


Messages In This Thread
RE: Codeigniter 4 ajax post results in 404 error - by Binboy - 05-21-2024, 12:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB