I created a subdomain inside the folder subdomain, when trying to read css from the parent directory (root) it is not working.
Is there some fix to this?
I created a subdomain inside the folder subdomain, when trying to read css from the parent directory (root) it is not working.
Is there some fix to this?
You'd have to specifiy the full path to the resource on the subdomain ( such as: 'http://subdomain.example.com/styles.css') since the root path will only point to the domain the site is hosted on.