301 vs 302 Redirect - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: 301 vs 302 Redirect (/thread-5560.html) |
301 vs 302 Redirect - s.Daniel - 01-28-2009 11:47 PM Currently if a Domain is set to redirect it redirects with a http 302 Found (temporary redirect ). Usually we would want a 301 redirect (permanent redirect). 302 redirects often lead to problems with search engine like google. One of these problems is the so called 302 google jacking [1]. So either the redirect should be changed to 301 or we should have the option to choose 301 / 302 (/ frame?) Thanks Sebastian [1] href="http://www.google.de/search?q=302+google+jacking&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:de:official&client=firefox-a (how can I add links?) |