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: wbp.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<style> <!-- /* Show only to IE PC \*/ * html .boxhead h2 {height: 1%;} /* For IE 5 PC */ .sidebox { margin: 0 auto; width: 15em; /* ems so it will grow */ background: url(images/sbbody-r.gif) no-repeat bottom right; font-size: 100%; } .boxhead { background: url(images/sbhead-r.gif) no-repeat top right; margin: 0; padding: 0; text-align: center; } .boxhead h2 { background: url(images/sbhead-l.gif) no-repeat top left; margin: 0; padding: 22px 30px 5px; color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; text-transform: none; text-decoration: none; font-weight: bold; font-size: 1.05em; line-height: 1em; } .boxbody { background: url(images/sbbody-l.gif) no-repeat bottom left; margin: 0; padding: 5px 30px 31px; } .sidebox2 { margin: 0 auto; width: 20em; /* ems so it will grow */ background: url(images/sbbody-r.gif) no-repeat bottom right; font-size: 100%; } .boxbody2 { background: url(images/sbbody-l.gif) no-repeat bottom left; margin: 0; padding: 5px 30px 31px;} --> </style> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Web Business Portal</title> </head> <body topmargin="0"> <table> <tr> <td nowrap="nowrap"> <div class="sidebox2"> <div class="boxbody2"> <font color="#465B68" size="+3">W</font><font color="#465B68" size="+2">eb</font> <font color="#465B68" size="+3">B<font color="#465B68" size="+2">usiness</font> <font color="#465B68" size="+3">P<font color="#465B68" size="+2">ortal</font> </div> </div> </td> </tr> <tr> <td> You are not Authorized to view this site. </td> </tr> <tr> <td> <small><i>[email protected]</i></small> </td> </tr> </table> </body> </html>