When I log into my site www.example.com
It redirects to www.example.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]