Hello and thanks for reading this.
I have an Umbraco site and except from this one error, it works perfect.
As normal in umbraco paths for sites look like
Localhost:xxxxx/
Localhost:xxxxx/Blog/
Localhost:xxxxx/Blog/Blog-Item1/
When I enter Localhost:xxxxx/Blog/Blog-Item1/
ass css stops working / is removed, but if i remove the last /
its back and working perfect.
Localhost:xxxxx/Blog/Blog-Item1/
- NOT WORKING
Localhost:xxxxx/Blog/Blog-Item1
- WORKING
Have anyone any idea why the last /
makes my Css stop?