I have a website using the Umbraco CMS. When clicking links on the website the url will appear with the forward slash at the end. e.g. www.mysite.com/home/
Although if I type out the URL it will show www.mysite.com/home
The forward slash becomes missing.
There is a URL rewrite config but I am not sure if a config needs to be created there or in the web config.
I found something similar to my situation on this website but the solution is for the opposite, to remove the forward slash
Has anyone come across this issue or knows a solution?
Thank you.