Quote Originally Posted by dreadscott View Post
ONE other thing... I'm using the Sitemap XML v4.0.1 plugin and see this advice:
Click image for larger version. 

Name:	robots.jpg 
Views:	36 
Size:	10.2 KB 
ID:	20663

However, a simple URL check demonstrates that the file is right there. Should I just ignore the warning? Why do these things happen? :)
https://www.usrallyteam.com/robots.txt
SitemapXMP uses this concatenation to determine the presumed means to access a site's sitemap.xml file:
Code:
HTTP_CATALOG_SERVER . DIR_WS_CATALOG . SITEMAPXML_SITEMAPINDEX . '.xml';
... where the first two constants come from your admin/includes/configure.php and the last one is set in the SitemapXML configuration settings. From viewing the robots.txt, that contains a www. prefix to the site's URL which is not reflected in the HTTP_CATALOG_SERVER setting.
Code:
Sitemap: https://www.usrallyteam.com/sitemap.xml