You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed many apps using this tool and they all work without issues on my local machine. When I upload the files however to the internet, all my Ajax calls to controller functions return 404 error not found.
for example, I make a call to "home/login", this works fine on my local machine but returns 404 error on my live server.
What might be the issue please?
The text was updated successfully, but these errors were encountered:
How is your server configured? All requests have to be redirected on public/index.php. Vagrant should do this automatically, but if you manually installed the files onto your server than a simple .htaccess rewrite rule should do the trick.
Dear friends,
Thank you so much for Mini3.
I have developed many apps using this tool and they all work without issues on my local machine. When I upload the files however to the internet, all my Ajax calls to controller functions return 404 error not found.
for example, I make a call to "home/login", this works fine on my local machine but returns 404 error on my live server.
What might be the issue please?
The text was updated successfully, but these errors were encountered: