This post was deleted when the server crashed and was restored from backup:
This might be the problem. If you are comfortable editing code, find this around line 26 in the modules/Sitemap/content/Downloads.php file:
Code: return $this->formatGoogleURL($url['host'].$url['path'].'?name=Downloads&d_op=viewdownloaddetails&ttitle='.$result['title'].'&lid='.$result['rid']);
|
and change it to this:
Code: return $this->formatGoogleURL($url['scheme'].'://'.$url['host'].$url['path'].'?name=Downloads&d_op=viewdownloaddetails&ttitle='.$result['title'].'&lid='.$result['rid']);
|
If you aren't comfortable changing the code, send a PM with FTP details and I'll change it and test it for you.