I move my Lumen Project to Ubuntu.
I cant access to defined routes without index.php
.
I can access to routes in this way:
public/index.php/api/user
I tried the command a2enmod rewrite
and restart apache2 but this not work for me. I do not know if is the file .htaccess in the public file.
Any help?