302 Moved Temporarily or 301?
- by user11221
I have a question on redirects.
HTTP status code checker tool shows "HTTP/1.1 302 Moved Temporarily" for the home page url http://someurl.com (just a namesake url). Also, this url opens up http://www.someurl.com/general/index.
As you can see, a non-www url to a www url redirect is happening.
My questions are:
Is a 302 redirect acceptable for the home page?
Will this affect the site showing up in search results in anyway?
Isnt redirection to /general/index a bad practice?