About 302 error

Discussion in 'Search Engine Optimization' started by monishka, Nov 15, 2010.

  1. #1
    Hello Friend,

    I have idea of 301 error , but i have no idea of 302 error. Please friends tell me what is exact this.
     
    monishka, Nov 15, 2010 IP
  2. Joy mds

    Joy mds Peon

    Messages:
    150
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Joy mds, Nov 15, 2010 IP
  3. seo.vijay

    seo.vijay Member

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #3
    HOSTS file had been added to so that Google was being redirected to a malicious website. Pretty creative -- the scumbags were using it to make people solve CAPTCHAs for them so that they could do something automatically like setting up email accounts.

    Anyway, check c:\Windows\system32\drivers\etc\hosts (it's a text file, you can open it in Notepad). Generally speaking, you should only find one line:

    127.0.0.1 localhost

    If you see other lines with "google" in them, delete them. Save the file and you should be good.

    Still, as advised above, run a malware scan. I use both Spybot Search & Destroy *and* Lavasoft Ad-Aware (they tend to find different infections, so the combination is great).
     
    seo.vijay, Nov 15, 2010 IP
  4. ramanpradhan42

    ramanpradhan42 Greenhorn

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Firstly i want to tell you that 302 error is not an error, It is the HTTP status code that shows the temporarily redirection.
     
    ramanpradhan42, Nov 15, 2010 IP
  5. jsmith54312

    jsmith54312 Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    it is http code to show the redirection of the site
     
    jsmith54312, Nov 15, 2010 IP
  6. webdev007

    webdev007 Active Member

    Messages:
    1,037
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    88
    #6
    Firts of all 301 and 302 are not error codes but redirection http status codes:

    301 - Moved Permanently - A status code of 301 tells a client that the resource they asked for has permanently moved to a new location.
    302 - Moved Temporarily - A status code of 302 tells a client that the resource they asked for has temporarily moved to a new location.

    For more info, check this article on various http status codes and their explanation
     
    webdev007, Nov 17, 2010 IP