Saturday 21 October 2006 7:37:50 am
I encountered the same problem actually, now that I go back and look at my code. I made two adjustments to fix it:
In line 3 of design/standard/templates/node/view/googlesitemaps.tpl
{let $siteurl = 'www.sitename.com' )}
This change to hard code the site URL removed the double http://.
In line 13 of design/standard/templates/node/view/googlesitemaps.tpl
<loc>{concat('http://',$siteurl,$node.url_alias|ezroot(no))|extlinkfix(del_layout)}</loc>
This change (from ezurl to ezroot) removed the siteaccess name and index.php from the URL on our installation, which uses URL siteaccesses instead of host name. It looks like your solution would work too though.
http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions
|