How to add / to the end of a URL using IIS7 Rewite rules
- by Pbearne
Hi Guys
I need to add a trailing / to a url if it doesn't have one or isn't a file
so
http://www.ddd.com/dasdas
becomes
http://www.ddd.com/dasdas/
But I don't what to just add slash the URl as this will end up with filename like this style.css/
So I need a piece of Regex that I can put into the IIS 7 rewrite engeine to append when needed