I am testing my upgrade from EE2.3.1 to EE2.5.2 with MSM. I am losing the slash between the site_url and the image link within the CSS of the second site. It renders the site_url correctly in both the HTML and CSS of the default site, and the HTML of the second MSM site, but not the CSS.
Does the CSS for the second MSM site get site_url from somewhere different?
To build my test site, I set up the test directories and files, then I copied the mySQL database from production to test and changed the settings in the test version of the second site index.php, General Configuration and File Manager for the test directory. Everything works in production, so I obviously missed something, but I want to make sure I understand what I did wrong before I update production.
From the secondary site General Configuration
URL to the root directory of your site: http://copingmag.com/ana_test/
secondary index.php MSM setting
$assign_to_config['site_url'] = 'http://copingmag.com/ana_test/';Any help would be appreciated!!
primary site cwc_test css - OK
background: url({site_url}images/bg/page-middle.gif);
renders
background: url (copingmag.com/cwc_test/images/bg/page-middle.gif);second site ana_test css - NOT OK
background: url({site_url}images/bg/header.gif) left top repeat-x;
renders
background: url (copingmag.com/ana_testimages/bg/page-middle.gif);secondary site template- OK
{site_url}images/about/ana_toc_cover.jpg
renders:
copingmag.com/ana_test/images/about/ana_toc_cover.jpg