The idea is to automatically have:
http://localhost:7001/myApp/
instead of:
http://localhost:7001/myApp
Thanks for anyone helping me.
EDIT : I think expressed myself wrong. Actually, I just want to 'force' browser to be redirected to (localhost:7001/myApp/) when it tries to get (localhost:7001/myApp). In other words, adding a slash so that css, js, links load properly.