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: kcf.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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <HEAD> <TITLE>KCF</TITLE> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META http-equiv=Expires content="Fri, Jan 01 1900 00:00:00 GMT"> <META http-equiv=Pragma content=no-cache> <META http-equiv=Cache-Control content=no-cache> <META http-equiv=content-language content=en-US> <META content="index, follow" name=robots> <META content="KCF" name="keywords"> <META content="7 days" name=revisit> <style type="text/css"> * { margin:0; padding:0; } body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 1em; font-weight: normal; direction: ltr; line-height: 1.4em; padding: 0px 5px; margin: 0px; color: black; background-color: #ffffff; text-align: center; /* for IE<7 */ } input { width: 150px; border: #487295 solid 1px; } div,form,table { text-align: center; margin-left: auto; margin-right: auto; } </style> </HEAD> <BODY> <div> <form action="index.php" method="post"> <table width="100%"> <tr> <td> </td> <td style="width: 80%"><img src="images/kcf.png" alt="KCF" /></td> <td> </td> </tr> <tr> <td> </td> <td style="width: 80%"> <table> <tr> <td width="100">Username:</td> <td><input type="text" name="user" /></td> </tr> <tr> <td width="100">Password:</td> <td><input type="password" name="pass" /></td> </tr> <tr> <td colspan="2"><input type="submit" value="Enter" style="width: 100px"/></td> </tr> <tr> <td colspan="2"> <br /> <p style="font-size:12px">For any questions contact: <script language='JavaScript' type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy14213 = 'info' + '@'; addy14213 = addy14213 + 'kcf' + '.' + 'com'; var addy_text14213 = 'info' + '@' + 'kcf' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + ':' + addy14213 + '\'>' ); document.write( addy_text14213 ); document.write( '<\/a>' ); //-->\n </script><script language='JavaScript' type='text/javascript'> <!-- document.write( '<span style=\'display: none;\'>' ); //--> </script>This e-mail address is being protected from spam bots, you need JavaScript enabled to view it <script language='JavaScript' type='text/javascript'> <!-- document.write( '</' ); document.write( 'span>' ); //--> </script> </p> </td> </tr> </table> </td> <td> </td> </tr> </table> </form> </div> </BODY> </HTML>