Configure mixed site (http and https)
« on: February 10, 2012, 10:56:46 AM »
We have an mixed website.

1. Normal website;
2. Customer service part;

The normal website is running as http, and the customer service part as https.

When xml-sitemap runs it only crawl the http part and give 3 "Broken Link (Code 404)" errors where the site links to the https part.

How can I configure xml-sitemap to handle this correctly?

Kind Regards,
Jerry
---
Re: Configure mixed site (http and https)
« Reply #1 on: February 10, 2012, 05:42:32 PM »
Hello,

a separate sitemap needs to be created for "https" version of the site in this case. Also, make sure that PHP is compiled with openssl support built-in on your server to allow generator to connect via https.