Thank you very much Chris Charlwood!!!
By changing the permalinks it solved this issue.
At first I was receiving a page not found but then I realized that on my apache the mod_rewrite wasn’t enabled.
So I enable mod_rewrite on apache by running:
a2enmod rewrite
Then I had to change the AllowOverride parameter on my 000-default file from none to all.
Best Regards
Egberto Zanon