mini3
mini3 copied to clipboard
Mini 3 Controller not resolving on the web
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 "=URL ?>home/login", this works fine on my local machine but returns 404 error on my live server.
What might be the issue please?
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.