I have tried everything
1. I changed domain and send explicit url to
http://www.fetishname.com/yxt/sites/...eme/index.html - get TIMEOUT
2. When I used not existed URL I get
"...Your Site's URL appears invalid, as it has returned the response "500 Unable To Connect"..."
So, in 2nd case your script generate normal error message. But when I use true URL I allways get NOTHING (Timout)
The only idea is that your script check content on the site. And it doesn't see it because I use relative paths instead of direct ones. For example I use:
<a href="../../content/image.jpg"><img src="../../content/thumbs/image_thumb.jpg /></a>
and the script cannot resolve all these ../.. to real paths.