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?
