Viewing 2 replies - 1 through 2 (of 2 total)
  • Click the button for “regex” and put this in there:

    (?i)^/my-page/?$

    That makes it case insensitive and it makes it so it will work with the trailing slash or not.

    Thread Starter jodzeee

    (@jodzeee)

    Okay thanks. Funny … I was just revisiting this today on my site and bam, your answer appeared! I clicked the button for “regex” without using that code, and that seems to work, but I will keep an eye on it and use that if I continue to have issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect with no trailing slash not working’ is closed to new replies.