• Welcome to Sitemap Generator Forum.
 

There was an error while retrieving the URL specified

Started by eddie.k.lau, February 26, 2016, 11:42:25 PM

Previous topic - Next topic

eddie.k.lau

Windows Server 2008
IIS7
Server is hosted on an internal VM (our own data center)
There was an error while retrieving the URL specified: [ External links are visible to forum administrators only ]
HTTP Code:

HTTP headers:
x_csize: 0

HTTP output:
There is no firewall
Sitemap generator is installed on this local VM
Host file:
127.0.0.1 [ External links are visible to forum administrators only ] [ External links are visible to forum administrators only ]

In the browser on localhost, [ External links are visible to forum administrators only ] comes up
blah.com/generator works

Save Sitemap to:
E:\ProductionWeb\WEBSITES_V1\blah.com\

Your Sitemap URL:
[ External links are visible to forum administrators only ]

I did not see a solution in previous posts on this subject.

This machine is a clone of our production and is not externally available (didn't want to mess with production)

I can have my network guys NAT it out so you can access if necessary, but you will need to edit your host file. Can't do this until Monday though.

XML-Sitemaps Support

Hello,

you need to make sure that PHP script is allowed to access your website. You can check this by using a test script like this:
<?php

$initurl
= 'http://www.yourdomain.com';

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $initurl);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_VERBOSE, 1);

$fdata = curl_exec($ch);
curl_close($ch);
print_r($fdata);

Save it as PHP file and open in browser.

eddie.k.lau

Response seems to indicate that php script is allowed access

HTTP/1.1 200 OK Date: Mon, 29 Feb 2016 17:47:46 GMT Server: Apache Transfer-Encoding: chunked Content-Type: text/html 1


eddie.k.lau

Sorry, my bad, I didn't change [ External links are visible to forum administrators only ]
HTTP/1.1 200 OK Cache-Control: private Content-Length: 10883 Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.0 X-AspNet-Version: 4.0.30319 Set-Cookie: [ External links are visible to forum administrators only ]_SessionId=utig4332kovuowczj0xudnpu; path=/; HttpOnly Set-Cookie: rip=rip=127.0.0.1; path=/ X-Powered-By: [ External links are visible to forum administrators only ] Date: Tue, 01 Mar 2016 15:53:00 GMT
The full web page appears next, not html


eddie.k.lau

Redownloaded and reinstalled, still no difference.



eddie.k.lau

Still no difference, are there any debugging logs?  :(


eddie.k.lau

enable debug output is already enabled. If this is not by default, I must have checked the box.
Where is this output supposed to be displayed? is it a log file or is it supposed to show something in a browser?

XML-Sitemaps Support

Hello,

it is displayed in the browser window below the progress details (if there are any debug details) - in case of connection error there might be no further debug details available though.

eddie.k.lau

your are correct, there is no debug information. What else can we do? Can I get a refund and just use the web version? (not the demo one)

XML-Sitemaps Support

You can send a request to contact at [ External links are visible to logged in users only ]. If you can provide us access to your sitemap generator, we'll be able to check this issue further.