Redirect with no trailing slash not working
-
Why is it that sometimes I need to have the trailing slash in order for it to work and sometimes I don’t?
I tried:
/my-page
redirects to
https://www.mydomain.com/new-page/and it didn’t work, but
/my-page/
redirects to
https://www.mydomain.com/new-page/works fine.
I have some existing redirects that are successfully NOT using the trailing slash and some that are, so I’m confused.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect with no trailing slash not working’ is closed to new replies.