Submit Your Article Forum Rules

Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 110

Thread: Problems Getting Site Relaunched Crawled

  1. #31
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    In retrospect, I checked your site with lynx...

    You are correct, it is NOT a hosting issue. Nor is it a Google issue. It is pure and simple PEBKAC.


    [root@delta1 ~]# lynx -head 'http://www.savantcreativegroup.com/'
    HTTP/1.1 301 Moved Permanently
    Date: Sun, 12 Dec 2010 20:08:52 GMT
    Server: Apache
    Location: http://savantcreativegroup.com/406.shtml
    Connection: close
    Content-Type: text/html; charset=iso-8859-1



    [root@delta1 ~]# lynx -head 'http://savantcreativegroup.com'
    HTTP/1.1 406 Not Acceptable
    Date: Sun, 12 Dec 2010 20:11:03 GMT
    Server: Apache
    Accept-Ranges: bytes
    Content-Length: 877
    Connection: close
    Content-Type: text/html

    You have some really messed up redirects going there mate.
    Last edited by williamc; 12-12-2010 at 03:14 PM.
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  2. #32
    Senior Member
    Join Date
    May 2008
    Posts
    107
    Thanks for checking it out but I haven't written any redirects. There is just an htaccess file and when I switched hosting providers, I updated the nameservers on the domain. Any ideas?
    Thanks a million

  3. #33
    Senior Member
    Join Date
    May 2008
    Posts
    107
    One more thing. What is PEBKAC?
    Thanks

  4. #34
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    Quote Originally Posted by savantcreative View Post
    Thanks for checking it out but I haven't written any redirects. There is just an htaccess file
    That is where the redirect(s) would be.....

    Quote Originally Posted by savantcreative View Post
    One more thing. What is PEBKAC?
    Problem Exists Between Keyboard And Chair
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  5. #35
    Senior Member
    Join Date
    May 2008
    Posts
    107
    I spoke with my hosting company and they are saying that because the original site was Wordpress that things are wacked. Does that sound right?
    Thanks

  6. #36
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    Only if they kept the original WP htaccess file and uploaded your new site, that could cause issues.
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  7. #37
    Senior Member
    Join Date
    May 2008
    Posts
    107
    No. I wrote that file and have web using it for years without issue.

  8. #38
    Senior Member deepsand's Avatar
    Join Date
    May 2004
    Location
    State College, PA
    Posts
    16,658
    Quote Originally Posted by williamc View Post
    Good question. I don't recall ever running into a 304 on a homepage, ...
    That's because, if the 304 is correct, it means that the client should have a current copy of the resource in its cache.

    Quote Originally Posted by williamc View Post
    . and am not sure how google handles that specific instance to be honest.
    The 304 means that the resource has not changed since the date specified in the Googlebot's Request Header.

    Odd thing is that Google fairly recently said that it no longer checks If_Modified_Since prior to downloading a resource.

  9. #39
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    Right, but if you read a couple posts further, I checked it from one of my servers and got some very different results than what Google told of.
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  10. #40
    Senior Member deepsand's Avatar
    Join Date
    May 2004
    Location
    State College, PA
    Posts
    16,658
    Quote Originally Posted by savantcreative View Post
    No. I wrote that file and have web using it for years without issue.
    Do you mean that you created the htaccess? If so, why the re-direct to the server-side include file 406.shtml?

Page 4 of 11 FirstFirst ... 23456 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •