Question
0 Routers don't work in my PHP / Slim project (Ubuntu, PHP, Slim, Twig, PuTTY, FileZilla, Apache)
I have been trying to host a website (php project) on Digital Ocean using Ubuntu 16.04.5 and apparently it’s pretty complicated for the inexperienced. I uploaded all files to var/www/html using FileZilla and the main router doesn’t work. Instead of domain/login router the only router that works is domain/index.php/login. I’ll show you - http://www.itayperry.com/index.php/login
Why does this happen? The index.php should'nt be there. I would love for some help :)
BTW, the project is built in a Slim Framework (with Twig) and the main file is index.php containing a routers.php requirement indise of it.
These are my project files on GitHub:
https://github.com/itayperry/School-Project
and I’m using Apache 2.4.18
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×