After I changed to SSL this week, my search works fine, but writing the sitemap fails. my sitemap is basically blank, it has this in it:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
</urlset>
Indexing proceeds as usual, The URL list generated is normal, and lists all links as https.
I do have a redirect in the .htaccess that forces URLS to https.
The search is run from my windows machine, and the relevant files uploaded manually via FTP.
The search is started at https://ambergriscaye.com/index.php
Using 6.0 build 1029
Ideas?
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
</urlset>
Indexing proceeds as usual, The URL list generated is normal, and lists all links as https.
I do have a redirect in the .htaccess that forces URLS to https.
The search is run from my windows machine, and the relevant files uploaded manually via FTP.
The search is started at https://ambergriscaye.com/index.php
Using 6.0 build 1029
Ideas?
Comment