302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 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 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: mcf.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 NAME="AUTHOR" CONTENT="Farokh Irani ([email protected])"> <title>Farokh's Rest Area</title> </HEAD> <BODY> <p align="center"><h2>Welcome to Farokh's Rest Area on the Information SuperHighway!</h2> <h4>Glad you could stop by here in Pearl River, New York (just north of New York City). Have a nice stay, feel free to look and touch anything. We <strong>do not</strong> enforce a "You broke it, you bought it" policy!</h4> <hr> <table border align="center"> <tr> <td width="50%"> <A HREF="/pages/dogpage.html"><IMG width="46" height="44" SRC="/gifs/dogs/Camelliathumb.gif" alt="Pretty dog picture" align=left></A> For stuff on "Man's best friend", check out the <A HREF="/pages/dogpage.html">Dog Page</A>.<br clear=left> </td> <td> <a href="/pages/motorcycle"><img width="50" height="50" src="/gifs/suzukilogothumb.gif" alt="Suzuki Logo" align=left></a> If you are into Suzuki motorcycles, check out the <a href="/pages/motorcycle/">Suzuki Motorcycle</a> page.<br clear=left> </td> </tr> <tr> <td width="50%"> <a href="/pages/humor/"><img width="32" height="32" src="/gifs/unknowncomic.gif" alt="Unknown Comic" align=left></a> Looking for some off the wall humor (including why you really don't want to use Windows)? Check out my <a href="/pages/humor/">Humor page</a>.<br clear=left> </td> <td width="50%"> <A HREF="http://www.eff.org/blueribbon.html"><img width="95" height="55" src="/gifs/blueribbon.gif" alt="Join the Blue Ribbon Online Free Speech Campaign!" align=left></a>Worried about Free Speech? Even if you're not in the USA, you should worry. Check out the <A HREF="http://www.eff.org/blueribbon.html">Blue Ribbon Campaign</a>.<br clear=left> </td> </tr> <!--<tr> <td width="50%"> <A HREF="http://www.ariatara.com/"><img width="114" height="86" src="/gifs/twinthumb.jpg" alt="twins!" align=left></a>I am the proud father of twin girls, who have their own (very outdated) <a href="http://www.ariatara.com/">web site</a>.<br clear=left> </td> </tr>--> </table> <hr> For those of you interested in just how terrible AOL is when dealing with problems <strong>they</strong> created, check out the <a href="aolgrief.html">AOL Grief</a> page I put together of email converstations between myself and AOL drones concerning their bouncing of sheltie-list email. <hr> I, Farokh, am your host and can be reached by email at <a href="mailto:farokh@xmsi.net">farokh@xmsi.net</a> and welcome any suggestions, comments and requests... <h3 align="center">Come back soon and check out what's new!</h3> </body> </HTML>