I have webpage that using Angular 4. When accessing using domain base i.e. www.mydomain.com site loads right.
When accessing using url folder i.e. www.mydomain.com/folder/page the styles are not loaded from right place: www.mydomain.com/folder/styles.[hash].bundle.css I'm getting 200 http but not the right css response. Thus my site looks without css.
Inside my index.html I have this line:
<head>
<base href="/">
That still doesn't work.