• The plugin works great, but I have found one issue.

    If I visit “my-new-domain.com/contact-us/” directly in my browser, it will take me to “my-new-domain.com/contact-us/” without any issues, but if I do not include the last “/” in the URL, it will take me to domain my original domain:

    “my-new-domain.com/contact-us/” = “my-new-domain.com/contact-us/”

    “my-new-domain.com/contact-us” = “my-original-domain.com/contact-us/”

Viewing 1 replies (of 1 total)
  • Plugin Author matthias.wagner

    (@matthiaswagner)

    hy ??

    unfortunately we can not reproduce that issue. maybe you have some server-side redirection enabled which redirects each request to the url with the slash at the end? thats called “trailing slash redirect” if you wanna search for it.

    this can be in any other plugin as well as in your htaccess file or hosting configuration – but it’s only a guess that this causes the issue…

    matt

Viewing 1 replies (of 1 total)
  • The topic ‘Directly accessing URLs only works with a / at the end of the URL’ is closed to new replies.