301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: kmk.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Web Page Under Construction</title> <meta name="keywords" content="domain name, domain names, domain name registration, whois, internic, dot com people, web address, TLD, .com, .net, .org, web forwarding, mail, registry, registrar, internet address, ICANN,web site, secure"> <meta name="description" content="Network Solutions - Original domain name registration and reservation services with variety of internet-related business offerings. Quick, dependable and reliable."> <meta name="ROBOTS" content="NOINDEX,NOFOLLOW"> <style> #logo{padding:0px 0px 10px 0px;} #main {border:1px solid #000000;border-top:20px solid #095981;width:740px;background-color:#D1E3EC;} h1 {font-family:arial,sans-serif;font-size:18px;font-weight:bold;} h2 {font-family:arial,sans-serif;font-size:14px;font-weight:bold;} p {border:1px solid #000000;width:365px;} #mid {padding:25px 5px 5px 10px;} #bottom {padding:5px 5px 15px 10px;} </style> </head> <body> <div id="logo"><a href="http://www.networksolutions.com"><img src="/images/inline-Color-RGB.gif" width="205" height="21" border="0" alt="Network Solutions" title="Network Solutions" /></a></div> <div id="main"> <div id="mid"><h1>This Site Is Under Construction and Coming Soon.</h1> <p><img src="/images/animated-messages-small2.gif" width="365" height="53" /></p> </div> <div id="bottom"><h2>This Domain Is Registered with Network Solutions</h2></div> </div> </body> </html>