0
votes

I have a redirect that I'm working on.

< match url="^/videos" ignoreCase="true"/>

It works when I go to: www.mysite.com/videos/ . But it doesn't work when I go to www.mysite.com/videos

I can't write a rule to force the trailing slash. Does anyone have any suggestions?

1

1 Answers

0
votes

< match url="^/videos(/)?$" ignoreCase="true"/>