1
Where I’m going wrong on this . htaccess ?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
the site I developed works normally on the localhost, but now that I have climbed to the server (Cpanel Hostgator), the pages do not open properly, see the example.
if I click the link, the URL redirects correctly to novosite.glowseguros.com.br/home/produtos/seguro-auto#produto
but the page does not change, continues on Home.
now if I put . php like I did in the image below the page is displayed correctly.
novosite.glowseguros.com.br/home/produtos.php/seguro-auto#produto