301 Status Code Explained
A status code of 301 tells a client that the resource they asked for has permanently moved to a new location. The response should also include this location. It tells the client to use the new URL the next time it wants to fetch the same resource.
Why it Occurs
If a client has link-editing capabilities, it should update all references to the Request URL. The response is cacheable. Unless the request method was HEAD, the entity should contain a small hypertext note with a hyperlink to the new URL(s).If the 301 status code is received in response to a request of any type other than GET or HEAD, the client must ask the user before redirecting.
Fixing 301 Error Code
If the Web server does not return an alternative URL with the 301 response, then either the Web server sofware itself is defective or your Webmaster has not set up the URL redirection correctly. If you monitor your website through 100 pulse, we will intimate you through mail or short message service whenever you encounter 301 status code.
|