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: rag.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> <!-- Yes, Elwing, I know I shouldn't use HTML tables for page layout. I am, however, in a hurry and don't want to futz around with the CSS for this yet. --> <HEAD> <TITLE>Ragnarok Home Page</TITLE> <LINK rel="stylesheet" type="text/css" href="/rag.css" /> </HEAD> <BODY> <div id="cookie-banner" class="cookie-banner" style="display: none; opacity: 0"> <p> By continuing to use our website, you agree to our <a href="/rules/privacy.html">privacy policy</a>. This site uses cookies to provide a consistent, working user experience for you. See the privacy policy for full details on the information we collect. </p> <button class="close" onclick="document.getElementById('cookie-banner').style.display='none';">Ok, I accept</button> </div> <script type="text/javascript"> if (localStorage.getItem('cookieConsentSeen') != 'shown') { var banner = document.getElementById("cookie-banner"); if (banner != null) { banner.style.display = 'block'; var opacity = 0; var intervalID = setInterval(function() { if (opacity < 1) { opacity += 0.1; banner.style.opacity = opacity; } else { clearInterval(intervalID); localStorage.setItem('cookieConsentSeen','shown') } }, 200); } }; </script> <div class="content"> <table width="100%"> <tr bgcolor="#ff9999"> <td> <font color="black"><b>Site Status</b> <i>[04-Sep-2024]</i></font> </td> </tr> <tr bgcolor="#ff9999"> <td> <font color="black"><b> The move to the new server continues. There are a lot of moving parts but we're getting closer. <p><b>Unfortunately, "closer" isn't helping much due to a bunch of real-life issues that are getting in the way. I really apologize for that and the extended downtime, but I'm hopeful I can get it back up and going before a whole lot longer.</b><p> The new magic mapper is suffering from the interference of Real Life.™ (Sigh) </b></font> </td> </tr> <!-- <tr bgcolor="#99ff99"> <td> <font color="black"><b> The webpassword setting mechanism is working again. </b> </td> </tr> --> <!-- <tr bgcolor="#ff9999"> <td> <font color="white"><b> Rag will be down for maintenance Sunday morning Sep 2 for OS upgrades and to track down a weird MUD server reboot issue. </b> </td> </tr> --> </table> <TABLE WIDTH="100%" HEIGHT="80%"> <TR VALIGN="middle" ALIGN="center"> <TD VALIGN="middle" ALIGN="center"> <IMG SRC="images/logos/Ragnarok-Logo-Color-Transparent-256.png" ALT="RAGNAROK" /> </TD> </TR> </TABLE> <IMG ALIGN="right" SRC="images/rag-subttl.png" ALT="rag.com 2222" /> <H2>Reference Documentation</H2> <p>Technical documentation is on our <a href="tech">wiki</a> [currently offline]</p> <!-- <H2>Support Ragnarok!</H2> <a href="http://www.patreon.com/ragnarokmud"><img border=0 src="images/become_a_patron_button.png" /></a> --> <h3>A Big Thank You to our $5+ Patrons!</h3> <p>[Our Patreon is currently unavailable for reasons we still don't know but since it disappeared, please don't continue to contribute to it since we'll never actaully get the funds until or unless it gets restored.]</p> <ul> <li>Andrej Čibej</li> <li>Bizzy</li> <li>Garri Grossi</li> <li>Logan McQuisten</li> <li>Rogues of Avalon</li> </ul> Former $5+ Patrons (thanks!) <ul> <li>Jayde Amali</li> <li>Beth Gordon</li> <li>Jim Cline</li> <li>DAVID</li> <li>Henrik Holmberg</li> <li>Eric Thursley</li> <li>Kris Turner</li> </ul> <hr /> <a href="about.html">About Ragnarök</a> / <a href="telnet://rag.com:2222" target="_blank">Play now!</a> <CENTER> <a href="/rules/tnc.html">Terms and Conditions</a> / <a href="/rules/privacy.html">Privacy Policy</a> / <a href="/rules/player_rules.html">Rules of Conduct</a> </CENTER> </div> <p style="font-size: 70%">Site content ©1992–2024.</p> </BODY> </HTML>