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: pr3.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"> <head> <style type="text/css"> body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; background-color: #e7e7e7; background-position: 0px 60px; background-repeat:repeat-x; margin: 0; padding: 0; text-align: left; line-height: 25px; } a { color: #001677; text-decoration: underline; } a:hover { text-decoration: none; } #footer { margin:auto; padding-top: 5px; padding-bottom: 10px; max-width: 700px; } #footer div.footerBox { width:33%; float:left; margin-top:10px; margin-bottom:10px; text-align: center; } .bold { font-weight: bold; } .fright { float:right; } .aright { text-align:right !important; } </style> <title>pr3.com</title> </head> <body> <div style="width:954px; margin:auto; padding-top:10px;"> <div style="width: 954px; background-color: #f7f7f7; border-left: 1px none; border-radius: 8px; box-shadow: 0 0 10px #000; margin: 9px auto auto; padding: 10px; width: 925px;"> <a href="https://www.cloudns.net/" title="free dns hosting" target="_blank" style="margin:20px; float:left;"><img src="https://www.cloudns.net/images/logo/logo-black-net-150x150.png" alt="ClouDNS.net: Free DNS hosting" /></a> <div style="padding-top:95px; text-align:center; margin:auto;"> <h1 style="color: #ffa900;">pr3.com</h1> <h2>This domain is registered for one of our customers.</h2> <p>If this is your domain name, please <a href="https://www.cloudns.net/wiki/article/29/" target="_blank">visit this page</a> to see how to register it as DNS zone into your account.</p> <p>Note: If you already have registered the DNS zone for your domain name, please wait for DNS propagation. Your web site will be displayed soon. It may take few minutes.</p> </div> </div> <div id="footer"> <div class="footerBox"> <span class="bold">About ClouDNS</span><br /> <a href="https://www.cloudns.net/dns-services/">DNS Services</a><br /> <a href="https://www.cloudns.net/">Free DNS hosting</a><br /> <a href="https://www.cloudns.net/dynamic-dns/">Dynamic DNS</a><br /> <a href="https://www.cloudns.net/managed-dns/">Managed DNS</a><br /> <a href="https://www.cloudns.net/anycast-dns/">Anycast DNS</a><br /> <a href="https://www.cloudns.net/reverse-dns/">Reverse DNS</a><br /> <a href="https://www.cloudns.net/secondary-dns/">Secondary DNS</a><br /> <a href="https://www.cloudns.net/enterprise-dns/">Enterprise DNS</a><br /> <a href="https://www.cloudns.net/domain-parking/">Парко́вка доме́нов</a><br /> </div> <div class="footerBox"> <span class="bold">Services</span><br /> <a href="https://www.cloudns.net/premium/">Premium DNS</a><br /> <a href="https://www.cloudns.net/ddos-protected-plans/">DDoS Protected DNS</a><br /> <a href="https://www.cloudns.net/geodns/">GeoDNS</a><br /> <a href="https://www.cloudns.net/private-dns-servers/">Private DNS servers</a><br /> <a href="https://www.cloudns.net/domain-pricing-list/">Domain names</a><br /> <a href="https://www.cloudns.net/email-forwarding/">Email forwarding</a><br /> <a href="https://www.cloudns.net/google-workspace/">Google Workspace</a><br /> <a href="https://www.cloudns.net/ssl-certificates/">SSL certificates</a><br /> <a href="https://www.cloudprima.com/">DDoS Protected VPS</a><br /> <a href="https://www.cloudns.net/monitoring/">Monitoring Service</a><br /> </div> <div class="footerBox"> <span class="bold">© <a href="https://www.cloudns.net/">ClouDNS</a></span><br /> <a href="https://www.cloudns.net/wiki/">Wiki</a><br /> <a href="https://www.cloudns.net/blog/">Blog</a><br /> </div> <div class="clear"></div> </div> </div> </body> </html>