Hi All,
The Basics
Media temple gS. , EE 2.9.2 , MSM , site is NOT live yet
The Issue
Building out my basic structure template and not getting the right url for the css & js embeds….
CSS Snippet
<link rel="stylesheet" href="{stylesheet='embeds/css-main-mcp'}" type="text/css" media="screen">is returning
<link rel="stylesheet" href="http://sub.website.com/index.php?css=embeds/css-main-mcp.v.1414508043" type="text/css" media="screen">But I think it needs to return
<link rel="stylesheet" href="http://sub.website.com.s000000.gridserver.com/index.php?css=embeds/css-main-mcp.v.1414508043" type="text/css" media="screen">It’s not finding the css because its missing s000000.gridserver.com but I have triple checked my General Configuration and all is pointing to the proper http://sub.website.com.s000000.gridserver.com
Any ideas what I’m missing here?
Thanks,
John