isapi_rewrite for trailing slash

2007-10-10 @ 23:36#

'cuz i keep forgetting and like to keep it handy:

#Fix missing slash char on folders
RewriteCond  Host:  (.*)
RewriteRule  ([^.?]+[^.?/]) http\://$1$2/ [I,R]

ISAPI_Rewrite is a great product!

code