Created
April 22, 2011 20:18
-
-
Save drench/937497 to your computer and use it in GitHub Desktop.
GoDaddy hosting HTTP problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP call from the web hosting server: | |
% ssh jllexchange.com "wget http://jllexchange.com/robots.txt" | |
--2011-04-22 13:11:18-- http://jllexchange.com/robots.txt | |
Resolving jllexchange.com... 184.168.136.128 | |
Connecting to jllexchange.com|184.168.136.128|:80... connected. | |
HTTP request sent, awaiting response... 403 Forbidden | |
2011-04-22 13:11:18 ERROR 403: Forbidden. | |
The same HTTP call from elsewhere: | |
% wget http://jllexchange.com/robots.txt | |
--2011-04-22 15:12:26-- http://jllexchange.com/robots.txt | |
Resolving jllexchange.com (jllexchange.com)... 184.168.136.128 | |
Connecting to jllexchange.com (jllexchange.com)|184.168.136.128|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1590 (1.6K) [text/plain] | |
Saving to: "robots.txt" | |
100%[======================================>] 1,590 --.-K/s in 0.001s | |
2011-04-22 15:12:26 (1.36 MB/s) - "robots.txt" saved [1590/1590] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment