Hello Stretchr,
please make sure that file permissions are set correctly for output file. Please also check if generator copyright message is unchanged in the sitemap template.
That may be the problem. I put in a javascript so that the year was always updated so I modified the copyright a bit. I try to do this with all files so that I don't have to update the date on a bunch of pages at the end of each year. It's strange because I tried this modification on another site template and it worked fine.
FYI, here's the modification I wish to use:
<div id="copyright">
HTML Site map Generated by <a href="https://www.xml-sitemaps.com" target="_blank">XML Sitemaps</a>
|
© <a href="https://www.xml-sitemaps.com" target="_blank">XML Sitemaps</a> -
<script language = 'JavaScript' type="text/javascript"> type="text/javascript"
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
</script>
All Rights Reserved<br>
<br style="clear:both;"/>
</div>
I don't suppose you would consider switching to something like this for the sake of convenience?
Also, I don't see anywhere in the documentation where it addresses permissions on the template file. I already have all the other permissions assigned appropriately.
Thanks,
Stretchr