0
When I enter my site www.exemplo.com
It redirects to www.exemplo.com/
How to solve this?
Follow my . haccess
Options -Indexes
#Ativamos a RewriteEngine
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^(www\.)?idealnutri\.com$ [NC]
RewriteRule ^.*$ https://www.idealnutri.com%{REQUEST_URI} [R,L]
RewriteRule ^sitemap\.xml$ gera_xml.php [L]
RewriteRule ^noticia/([^/]*)\.html$ /noticia.php?link=$1 [L]