crazy problem this time... have this module working fine for months now with 7 'sub sites'.. added a new one and i'm testing it and coming up with this problem:
the canonical url is getting put into the coding as the wrong URL.. the site is swordsofhonor.net and if you view source, the canonical url is coming up as
http://www.swordsofhonor.net/medieval-clothing.html.. have no idea why it's adding the medieval-clothing.html at the end?? here is the coding in the template that produces that:
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
<?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
<link rel="canonical" href="<?php echo $canonicalLink; ?>" />
<?php } ?>
any ideas?
Bookmarks