The stylesheet in the existing static site has images located in the images folder, for example, www.mysite.com/images.
I've added the {metatag} to the head of the template.
Checked the config.php file for the location of images, and am not understanding what changes need to be made so the stylesheet can continue to have images defined in the images folder. Here's what is currently in the config.php file for images:
$config['image_uploads_path'] = '/home/thesite/public_html/clients/test/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
I don't want to list the image folder in the stylesheet as uploads/images.
In the wiki, I found the following information:
What changes do I need to make? I checked the forums, and found a reference to relative paths and images, but didn't find a solution. I'm likely missing something very obvious.Add the {metadata} plugin call to the section of your templates. This will automatically insert the base href tag to your site's root so that relative paths to files and images function as expected.