Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - mfget.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 22 May 2025 21:26:02 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 53
Connection: keep-alive
Location: https://mfget.com/
CF-Cache-Status: EXPIRED
Server: cloudflare
CF-RAY: 943f63ba5c5c8d6c-HEL
alt-svc: h3=":443"; ma=86400
date: Thu, 22 May 2025 21:26:03 GMT
content-type: text/html; charset=utf-8
content-length: 57
location: https://www.mfget.com/
cf-cache-status: EXPIRED
server: cloudflare
cf-ray: 943f63bc4f408dc9-HEL
alt-svc: h3=":443"; ma=86400
date: Thu, 22 May 2025 21:26:03 GMT
content-type: text/html; charset=utf-8
cache-control: public, max-age=0, s-maxage=300
etag: W/"3eec45da0e1aa3c1484a03260b6aa193"
last-modified: Mon, 21 Apr 2025 10:16:31 UTC
vary: Accept-Encoding
vary: Accept-Encoding
x-content-type-options: nosniff
cf-cache-status: EXPIRED
server: cloudflare
cf-ray: 943f63c04da98d7c-HEL
alt-svc: h3=":443"; ma=86400

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: mfget.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>MFG et - Oil & Gas Manufacturing Estimation Tool</title>
  <link rel="stylesheet" href="style.css" />
  <script src="script.js" defer></script>
</head>
<body>
  <header>
    <div class="logo-name">
      <img src="images/logo.png" alt="Logo" />
      <h1>MFG Estimation Tool</h1>
    </div>
    <nav>
      <ul>
        <li><a href="#">Home</a></li>
        <li class="dropdown">
          <a href="#">Menu</a>
          <div class="dropdown-content">
            <a href="WeightCalculator/material-weight-calculator.html">Material Weight Calculator</a>
            <a href="material-cost-calculator.html">Material Cost Calculator</a>
            <a href="rfq_dashboard.html">RFQ Master</a>
            <a href="#">Drill Bit (SBD) Cost Calculator</a>
            <a href="#">Coating or Plating Cost Calculator</a>
            <a href="machining_calculator.html">Machining Calculator</a>
          </div>
        </li>
        <li class="dropdown">
          <a href="#">Tools</a>
          <div class="dropdown-content">
            <a href="material-cost-correction.html">Material Cost Corrections</a>
            <a href="#">Machining Cost Corrections</a>
            <a href="#">Plating or Coating Cost Corrections</a>
          </div>
        </li>
        <li class="dropdown">
          <a href="#">Sign In</a>
          <div class="dropdown-content">
            <a href="signIn">Sign In</a>
            <a href="signup">Sign Up</a>
            <a href="signout">Sign Out</a>
          </div>
        </li>
        <li><a href="#">About</a></li>
      </ul>
    </nav>
  </header>

  <main>
    <div class="main-image">
      <img src="images/Homeimage.png" alt="Calculation Image" />
    </div>

    <div class="text-section">
      <p>
        MCalcs is designed for calculating the manufacturing cost of a part,
        including material, machining, coating, and assembly. The site offers
        great flexibility to adjust local price variations, ensuring the
        accuracy of your calculations.
      </p>
    </div>

    <div class="transparent-images">
      <div class="section"><h3>Material Cost</h3><img src="images/materialcost.png" alt="Drill Bit" /></div>
      <div class="section"><h3>Drilling & Honing</h3><img src="images/Drilling.png" alt="Drill Bit" /></div>
      <div class="section"><h3>Turning</h3><img src="images/Turning.png" alt="Turning" /></div>
      <div class="section"><h3>Milling</h3><img src="images/Milling.png" alt="Milling" /></div>
      <div class="section"><h3>Multiaxis Machining</h3><img src="images/mamilling.png" alt="Multiaxis Machining" /></div>
      <div class="section"><h3>Brazing</h3><img src="images/brazing.png" alt="Brazing" /></div>
      <div class="section"><h3>Welding</h3><img src="images/welding.png" alt="Welding" /></div>
    </div>

    <section class="form-section">
      <h2>Submit Enquiry</h2>
        <form id="enquiryForm"
              action="https://formsubmit.co/[email protected]"
              method="POST"
              autocomplete="off">
          
        <input type="hidden" name="_captcha" value="false">
        <input type="hidden" name="_next" value="https://mfget.com/thankyou.html">

        <label for="name">Name:</label>
        <input type="text" id="name" name="Name" required />

        <label for="email">Contact Email:</label>
        <input type="email" id="email" name="Email" required />

        <label for="contact">Contact No:</label>
        <input type="tel" id="contact" name="Contact" required />

        <label for="message">Your Enquiry:</label>
        <textarea id="message" name="Message" rows="1" required></textarea>

        <button type="submit">Submit</button>
      </form>
    </section>
  </main>

  <footer>
    <p>© 2024 MFG et. All rights reserved.</p>
  </footer>
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: MFGET.COM
Registry Domain ID: 2971132336_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-30T18:06:23Z
Creation Date: 2025-03-30T18:06:23Z
Registry Expiry Date: 2026-03-30T18:06:23Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS47.DOMAINCONTROL.COM
Name Server: NS48.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T21:25:45Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass