301 Moved Permanently 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 OK 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: tic.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- $Id: common.m4,v 1.2 2004/10/02 00:07:56 smoot Exp $ --> <html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta name="author" content="Smoot Carl-Mitchell"/> <title>Home</title> <link rel="stylesheet" href="tic.css"/> </head> <body> <!-- Site common elements --> <!-- Site logo --> <div class="page_title"> <img class="tic_logo" src="bigticlogo.png" alt="[TIC Logo]"/> <h1 class="title"> Home </h1> </div> <hr/> <!-- Site navigation menu --> <div class="navigation"> <a href="index.html">Home</a> • <a href="bios/index.html">Bios</a> • <a href="books/index.html">Books</a> • <a href="mailto:[email protected]">Contact</a> • <a href="opensource/index.html">Open Source Projects</a> • <a href="partners/index.html">Partners</a> • <a href="rfcs/index.html">RFCs</a> • <a href="whitepapers/index.html">Whitepapers</a> </div> <hr/> <p> TIC is a consulting firm specializing in: </p> <ul> <li>GNU/Linux System Architecture</li> <li>Unix System Architecture</li> <li>TCP/IP Network Design</li> <li>Network Security</li> <li>Open Source Tool Development</li> </ul> <!-- $Id: end.m4,v 1.4 2004/10/02 00:07:57 smoot Exp $ --> <!-- SiteSearch HtDig --> <!-- $Id: htdig.m4,v 1.2 2004/10/02 00:07:58 smoot Exp $ --> <div class="htdig"> <hr/> <form method="post" action="/cgi-bin/htsearch"> <p> Search TIC: <input type="text" size="30" name="words" value=""/> <input type="submit" value="Search"/> </p> <p> Match: <select name="method"> <option value="and">All</option> <option value="or">Any</option> <option value="boolean">Boolean</option> </select> Format: <select name="format"> <option value="builtin-long">Long</option> <option value="builtin-short">Short</option> </select> Sort by: <select name="sort"> <option value="score">Score</option> <option value="time">Time</option> <option value="title">Title</option> <option value="revscore">Reverse Score</option> <option value="revtime">Reverse Time</option> <option value="revtitle">Reverse Title</option> </select> <input type="hidden" name="config" value="htdig"/> <input type="hidden" name="restrict" value=""/> <input type="hidden" name="exclude" value=""/> </p> </form> <hr/> </div> <div> <a href="https://www.apache.org"> <img src="apache_pb.png" alt="[Apache Logo]"/> </a> <a href="https://www.htdig.org"> <img src="/htdig/htdig.gif" alt="ht://Dig"/> </a> <a href="https://validator.w3.org/check?uri=referer"> <img src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> </a> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-489884-12"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>