IIS Redirect folder with and without a trailing slash -
i have redirect i'm working on.
< match url="^/videos" ignorecase="true"/>
it works when go to: www.mysite.com/videos/ . doesn't work when go www.mysite.com/videos
i can't write rule force trailing slash. have suggestions?
< match url="^/videos(/)?$" ignorecase="true"/>
Comments
Post a Comment