Zend certified PHP/Magento developer

404 every page excep index.php

I check some answers here but no one seems to work properly in my case.

I have an magento 2.3 store, that works well in my localhost windows.
When I send to my host site every page except index.php give me whoops 404.

this commands wont work properly:
– php bin/magento setup:upgrade
– php bin/magento setup:static-content:deploy
– php bin/magento cache:clean

if I use mysite.com.br/index.php/otherpage.html it works.

Have some way to chance all the URL to remove index.php from them?

Thanks everyone!