Hello, I used Ubuntu 16.04 and installed apache and Lumen. I created a Lumen test project called financas.
The project folder is in the / var / www / html / sub-zero / financas folder
When accessing in my localhost / sub-zero / financas / public browser, the return is ok ...
However, when I try to access localhost / sub-zero / financas / a (which is a route I've created for testing) I have a 404 error return.
I have already enabled apache mod_rewrite ...
The error returned: The requested URL /var/www/html/sub-zero/financas/public/index.php was not found on this server.
Can anyone help me? I've tried virtualhosts, but I must be doing it wrong, because it does not work for nothing.