Our website performs wonderfully using just http://crsadvancedtechnology.com however, if we add the www. it breaks the google web fonts and the font awesome resources. How do we fix this?
This turned out to be an IIS issue where the www. version called for resources stored on the non-www. version and could not get them because of Cross Origin Resource issues. We added "Access-Control-Allow-Origin" to the header of the non-www. and that allowed the resources to be shared. You can divine this information from the "Console" portion of your browser's "Inspect Element" tab.
Hello,
Our website performs wonderfully using just http://crsadvancedtechnology.com however, if we add the www. it breaks the google web fonts and the font awesome resources. How do we fix this?
This turned out to be an IIS issue where the www. version called for resources stored on the non-www. version and could not get them because of Cross Origin Resource issues. We added "Access-Control-Allow-Origin" to the header of the non-www. and that allowed the resources to be shared. You can divine this information from the "Console" portion of your browser's "Inspect Element" tab.