We have an SSL site which uses Zoom. All content is maintained through a CMS. PDF links within the content are not linked directly to the document, rather, they use a common file to make a DB call for that PDF, something like this:
http://www.website.com/upload/downloaddocument.asp?fileid=3986.
The issue is that the CMS can only create links to http, NOT https. (This cannot be changed since it would affect all clients) Although our site does redirect any http requests to https, Zoom does not seem to recognize this. In my search log, any links to the URL above have (External site - does not match base URL). The URL is exactly the same, except for the http.
I've tried adding the http in as an additional start point, but that doesn't work.
Any ideas??
http://www.website.com/upload/downloaddocument.asp?fileid=3986.
The issue is that the CMS can only create links to http, NOT https. (This cannot be changed since it would affect all clients) Although our site does redirect any http requests to https, Zoom does not seem to recognize this. In my search log, any links to the URL above have (External site - does not match base URL). The URL is exactly the same, except for the http.
I've tried adding the http in as an additional start point, but that doesn't work.
Any ideas??
Comment