Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Check Server Headers
TavoxPeru
post Jul 4 2008, 09:32 PM
Post #1


Super Member
Group Icon

Group: [HOSTED]
Posts: 760
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



The Check Server Headers tool is another helpful online tool that you can use to check and verify HTTP status codes of any page. Server headers and HTTP status codes are a matter of particular importance in ensuring that search engines see your content. But checking them can be a bit tricky.

The Check Server Headers tool is very simple and easy to use, you just need to enter a valid URL, and the tool will give you one of seven HTTP status codes. It will also -and this is important- give you an interpretation of the code.

QUOTE
Check server headers and verify HTTP status codes. There are seven HTTP status codes that we are primarily interested in from an indexing and search engine marketing perspective. It is recommended that you verify your URIs are returning the proper Status-Code in the Server Header.

Best regards,
Go to the top of the page
 
+Quote Post
tansqrx
post Jul 8 2008, 07:32 PM
Post #2


Super Member
Group Icon

Group: [HOSTED]
Posts: 533
Joined: 25-April 05
Member No.: 4,374



In the HTTP 1.1 specification there are actually 40 different response codes that you might receive (http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1). Most you will never encounter. The codes are broken down further by the following:

1xx – Informational
2xx – Success
3xx – Redirection
4xx – Client Error
5xx – Server Error

The complete list follows and the section number is the HTTP specification section.

QUOTE
Status-Code =
"100" ; Section 10.1.1: Continue
| "101" ; Section 10.1.2: Switching Protocols
| "200" ; Section 10.2.1: OK
| "201" ; Section 10.2.2: Created
| "202" ; Section 10.2.3: Accepted
| "203" ; Section 10.2.4: Non-Authoritative Information
| "204" ; Section 10.2.5: No Content
| "205" ; Section 10.2.6: Reset Content
| "206" ; Section 10.2.7: Partial Content
| "300" ; Section 10.3.1: Multiple Choices
| "301" ; Section 10.3.2: Moved Permanently
| "302" ; Section 10.3.3: Found
| "303" ; Section 10.3.4: See Other
| "304" ; Section 10.3.5: Not Modified
| "305" ; Section 10.3.6: Use Proxy
| "307" ; Section 10.3.8: Temporary Redirect
| "400" ; Section 10.4.1: Bad Request
| "401" ; Section 10.4.2: Unauthorized
| "402" ; Section 10.4.3: Payment Required
| "403" ; Section 10.4.4: Forbidden
| "404" ; Section 10.4.5: Not Found
| "405" ; Section 10.4.6: Method Not Allowed
| "406" ; Section 10.4.7: Not Acceptable
| "407" ; Section 10.4.8: Proxy Authentication Required
| "408" ; Section 10.4.9: Request Time-out
| "409" ; Section 10.4.10: Conflict
| "410" ; Section 10.4.11: Gone
| "411" ; Section 10.4.12: Length Required
| "412" ; Section 10.4.13: Precondition Failed
| "413" ; Section 10.4.14: Request Entity Too Large
| "414" ; Section 10.4.15: Request-URI Too Large
| "415" ; Section 10.4.16: Unsupported Media Type
| "416" ; Section 10.4.17: Requested range not satisfiable
| "417" ; Section 10.4.18: Expectation Failed
| "500" ; Section 10.5.1: Internal Server Error
| "501" ; Section 10.5.2: Not Implemented
| "502" ; Section 10.5.3: Bad Gateway
| "503" ; Section 10.5.4: Service Unavailable
| "504" ; Section 10.5.5: Gateway Time-out
| "505" ; Section 10.5.6: HTTP Version not supported
| extension-code
extension-code = 3DIGIT
Reason-Phrase = *<TEXT, excluding CR, LF>
Go to the top of the page
 
+Quote Post
Habble
post Jul 12 2008, 08:30 AM
Post #3


Premium Member
Group Icon

Group: [HOSTED]
Posts: 286
Joined: 17-June 07
From: Tasmania
Member No.: 22,699



The Check Server Headers tool is another helpful online tool that you can use to check and verify HTTP status codes of any page. Server headers and HTTP status codes are a matter of particular importance in ensuring that search engines see your content. But checking them can be a bit tricky.

The Check Server Headers tool is very simple and easy to use, you just need to enter a valid URL, and the tool will give you one of seven HTTP status codes. It will also -and this is important- give you an interpretation of the code.


Can some one explain all about what this post means what it does etc thank you so much lol

also whats all this
Status-Code =
"100" ; Section 10.1.1: Continue
| "101" ; Section 10.1.2: Switching Protocols
| "200" ; Section 10.2.1: OK
| "201" ; Section 10.2.2: Created
| "202" ; Section 10.2.3: Accepted
| "203" ; Section 10.2.4: Non-Authoritative Information
| "204" ; Section 10.2.5: No Content
| "205" ; Section 10.2.6: Reset Content
| "206" ; Section 10.2.7: Partial Content
| "300" ; Section 10.3.1: Multiple Choices
| "301" ; Section 10.3.2: Moved Permanently
| "302" ; Section 10.3.3: Found
| "303" ; Section 10.3.4: See Other
| "304" ; Section 10.3.5: Not Modified
| "305" ; Section 10.3.6: Use Proxy
| "307" ; Section 10.3.8: Temporary Redirect
| "400" ; Section 10.4.1: Bad Request
| "401" ; Section 10.4.2: Unauthorized
| "402" ; Section 10.4.3: Payment Required
| "403" ; Section 10.4.4: Forbidden
| "404" ; Section 10.4.5: Not Found
| "405" ; Section 10.4.6: Method Not Allowed
| "406" ; Section 10.4.7: Not Acceptable
| "407" ; Section 10.4.8: Proxy Authentication Required
| "408" ; Section 10.4.9: Request Time-out
| "409" ; Section 10.4.10: Conflict
| "410" ; Section 10.4.11: Gone
| "411" ; Section 10.4.12: Length Required
| "412" ; Section 10.4.13: Precondition Failed
| "413" ; Section 10.4.14: Request Entity Too Large
| "414" ; Section 10.4.15: Request-URI Too Large
| "415" ; Section 10.4.16: Unsupported Media Type
| "416" ; Section 10.4.17: Requested range not satisfiable
| "417" ; Section 10.4.18: Expectation Failed
| "500" ; Section 10.5.1: Internal Server Error
| "501" ; Section 10.5.2: Not Implemented
| "502" ; Section 10.5.3: Bad Gateway
| "503" ; Section 10.5.4: Service Unavailable
| "504" ; Section 10.5.5: Gateway Time-out
| "505" ; Section 10.5.6: HTTP Version not supported
| extension-code
extension-code = 3DIGIT
Reason-Phrase = *<TEXT, excluding CR, LF>

Cheers
Go to the top of the page
 
+Quote Post
TavoxPeru
post Jul 16 2008, 03:24 AM
Post #4


Super Member
Group Icon

Group: [HOSTED]
Posts: 760
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



As i said in my first post, this tool will help you to verify the status of any page by checking its HTTP status code.

For example, when you are updating a website you usually make things like changing file names, add, delete or update page content, move inside another folder a page or group of pages located at your root folder, delete a page, etc., so, with this tool you can verify that every thing is fine and any search engine can be able to view your changes.

QUOTE
Check server headers and verify HTTP status codes. There are seven HTTP status codes that we are primarily interested in from an indexing and search engine marketing perspective. It is recommended that you verify your URIs are returning the proper Status-Code in the Server Header.
  1. 200 OK: The request has succeeded. The information returned with the response is dependent on the method used in the request.
  2. 301 Moved Permanently: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
  3. 302 Found: The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests.
  4. 304 Not Modified: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code. The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.
  5. 307 Temporary Redirect: The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.
  6. 404 Not Found: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
  7. 410 Gone: The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent.

And thanks to tansqrx to post the complete list of HTTP status codes.

Best regards,
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Mini Apache Server W/ Php(5)
  2. Server Os(13)
  3. How To: Create PDF With Php(18)
  4. Mirror My MySQL Database To Another Mysql Server(4)
  5. How Do I Check What Graphics Card I Have?(25)
  6. Uploading Image File Through JSP Code To Server(9)
  7. Counter-Strike Source Clans - Post Your Server IPs(15)
  8. Restarting Apache Server(14)
  9. Windows Server 2003(8)
  10. Play Our Free Ragnarok Online Server!(3)
  11. Kaizen Ro Private Ragnarok Server(2)
  12. How To Set Up A Dedicated Server(27)
  13. Help: Setting Default Index Page on XAMPP Web-Server(3)
  14. Firefox 2 Has A Spell Check!(40)
  15. Free Ragnarok Online Server(4)
  1. Counter Strike Server(4)
  2. Host Own Ragnarok Server On Pc(1)
  3. Free Web Host Or Our Own Web Server ?good & Bad(8)
  4. Firefox Addon Check(2)
  5. Mysql With My Own Server(4)
  6. Free Online Anime Mmorpg(0)
  7. Database Access On Remote Server W/jsp(0)
  8. Common Ftp Server Error Codes(0)
  9. Create An Ftp Server On Your Pc With Serv-u(1)
  10. Bulletproof Ftp Server Tutorial(0)
  11. Free Remote Wireless Server?(1)
  12. New Ro Server(1)
  13. Wamp Server Problems(4)


 



- Lo-Fi Version Time is now: 7th October 2008 - 02:12 AM