I'm trying to redirect some of an old website page to it's noew version on a new domain like that in an htaccess
:
Redirect 301 /oldpage https://new.domain/newpage
If I enter https://old.domain/oldpage**/** in my browser I'm redirected correctly (to https://new.domain/newpage)
However if I enter https://old.domain/oldpage (without the last slash) I'm redirected to https://new.domain/oldpage
What's the probem ?