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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -