Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mtkcp.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 21:12:43 GMT
Server: Apache
Location: https://mtkcp.com/
Content-Length: 226
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://mtkcp.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 21:12:44 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

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.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

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: mtkcp.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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Matunuck Capital</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Lato:wght@300;400;700&display=swap"
        rel="stylesheet">
    <link rel="stylesheet" href="/assets/css/linea.css">
    <link rel="stylesheet" href="/assets/css/pe-icon-7-stroke.css">
    <link rel="stylesheet" href="/assets/css/perch.css">
    <link rel="stylesheet" href="/assets/css/swiper-bundle.min.css">

    <link rel="stylesheet" href="/assets/css/style.css">
    <link rel="stylesheet" href="/assets/css/fontawesome.css">
    <link rel="stylesheet" href="/assets/css/bootstrap-icon.css">

    <!-- magnafic popup -->
    <link rel="stylesheet" href="/assets/css/magnific-popup.min.css">
    <link rel="shortcut icon" href="#">
    <!-- Custom CSS -->
    <link rel="stylesheet" href="/assets/css/custom.css">
    <head>
</head>

<body>
    <header id="navbar_topp" class="transparent-header white-header position-absolute">
        <div class="top-bar py-2 py-lg-0">
            <div class="container">
                <div class="d-flex gap-4 flex-wrap justify-content-lg-end align-items-center">
<!--                     <div>
                        <i class="fa-regular fa-clock text-primary"></i>
                        <span class="text-white ps-2">Mon - Fri : 09:00 - 17:00</span>
                    </div>
                    <div>
                        <i class="fa-solid fa-phone text-primary"></i>
                        <span class="text-white ps-2">888-123-2342</span>
                    </div> -->
                    <div class="d-sm-flex d-none">
                        <span><a href="/contact.php" class="btn btn-sm btn-primary">Work with us</a></span>
                    </div>
                </div>
            </div>
        </div>
        <div class="container">


            <nav class="navbar navbar-expand-lg navbar-dark py-3 py-lg-0 border-bottom dark-burger">
                <a class="site-logo navbar-brand" href="/" rel="home">
                    <img class="logo-dark" src="/assets/img/mc_logo.jpg" width="250" height="40"
                        alt="Investment Experts">
                        <!-- <h1 class="logo-dark custom-text-blue"></h1> -->
                    <img class="logo-light" src="/assets/img/mc_logo_251_113.jpg" width="251" height="113"
                        alt="Investment Experts">
                        <!-- <h1 class="logo-light custom-text-blue"></h1> -->
                </a>
                <button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#main_nav"
                    aria-controls="main_nav">
                    <span class="navbar-toggler-icon"></span>
                </button>

                <div class="offcanvas offcanvas-lg offcanvas-end bg-dark p-3 p-lg-0 mobile-nav-bg" id="main_nav" tabindex="-1">
                    <div class="offcanvas-body align-items-center">
                        <div class="offcanvas-header px-0 justify-content-end">
                            <button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
                                aria-label="Close"></button>
                        </div>
                        
                        <ul class="navbar-nav ms-lg-auto">
                        
                            <li class="nav-item"><a class="nav-link text-white active" href="/">Home</a></li>
                            
                            <li class="nav-item"><a class="nav-link text-white " href="/about-us.php">About Matunuck</a></li>

                            <li class="nav-item"><a class="nav-link text-white " href="/team.php">Our Team</a></li>

                            <li class="nav-item dropdown">
                                <a class="nav-link text-white " href="#">Investment Philosophy</a>
                                <span class="caret nav-indicator d-lg-none d-block" data-bs-toggle="dropdown"></span>
                                <ul class="dropdown-menu fade-down">
                                    <li><a class="dropdown-item" href="/overview.php">Overview</a></li>
                                    <li><a class="dropdown-item" href="/partnership.php">Partnership With Management</a></li>
                                    <li><a class="dropdown-item" href="/investment.php">Investment Criteria</a></li>
                                </ul>
                            </li>

                            <li class="nav-item"><a class="nav-link text-white " href="/portfolio.php">Portfolio Companies</a></li>                            

                            <li class="nav-item"><a class="nav-link text-white " href="/contact.php">Contact</a></li>
                        
                        </ul>

                    </div>
                </div> <!-- navbar-collapse.// -->

            </nav>
        </div> <!-- container.// -->
    </header>
    <section class="home-page-main-block hero-section hero-bg-image-3 pb-100">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-lg-9">
                    <div class="header-content text-white  home-page-main-text">
                        <div class="text-center">
                            <!-- <h4 class="fs-6 fw-bold body-font mb-0 text-uppercase custom-letter-spacing">THE MOST
                                EXPERIENCED</h4>
                            <h2 class="display-4 fw-bold custom-letter-spacing-n">
                                Private Equity Investors Team </h2> -->
                            <p class="font-type pb-20 custom-body-text-blue text-white"><span class="d-block">Matunuck Capital is a private equity firm built on the
foundation of long-term relationships with business builders. We
support entrepreneurs, CEOs, and management teams with strategic
guidance, transformative capital, and a deep network of executives
and industry leaders.
</span></p>
                        </div>
                    </div>
                </div>
            </div>

        </div>
    </section>

    <!-- hero section -->
    <section class="hero-section hero-bg-image-3 pb-100">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-lg-9">
                    <div class="header-content text-white">
                        <div class="text-center">
                            <!-- <h4 class="fs-6 fw-bold body-font mb-0 text-uppercase custom-letter-spacing">THE MOST
                                EXPERIENCED</h4>
                            <h2 class="display-4 fw-bold custom-letter-spacing-n">
                                Private Equity Investors Team </h2> -->
<!--                             <p class="pb-20 custom-body-text-blue"><span class="d-block">Matunuck Capital is a private equity firm built on the
foundation of long-term relationships with business builders. We
support entrepreneurs, CEOs, and management teams with strategic
guidance, transformative capital, and a deep network of executives
and industry leaders.
</span></p> -->
                        </div>
                    </div>
                </div>
            </div>

        </div>
    </section>

    <!-- footer section -->
    <footer id="footer" class="footer-section bg-secondary pt-5 text-white text-opacity-75">
        <div class="container">
            <div class="row g-4">
                <!-- <div class="col-lg-4 col-12"> -->
                    <!-- <a href="index.html"><img src="assets/images/logo-white.png" alt="Footer logo"
                            class="img-fluid mb-4" width="311" height="48"></a> -->
                    <!-- <h1>Matunuck Capital</h1> -->
<!--                     <p class="">Founded in 1980, Investment Expert is one of the largest and
                        most experienced global private equity firms. We have established a team investment
                        professionals, focused on buyouts and growth equity investments.
                    </p> -->
                <!-- </div> -->
                <!-- <div class="col-lg-2 col-6">
                    <div class="footer-links">
                        <h6 class="mb-4 fw-semibold text-white">USEFUL LINKS</h6>
                        <ul class="list-unstyled d-grid gap-1">
                            <li>
                                <a href="/"
                                    class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                    <i class="bi bi-arrow-right text-primary"></i>
                                    <span>Partnership With Management</span>
                                </a>
                            </li>
                            <li>
                                <a href="/"
                                    class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                    <i class="bi bi-arrow-right text-primary"></i>
                                    <span>Investment Criteria</span>
                                </a>
                            </li>
                            <li>
                                <a href="/about-us.php"
                                    class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                    <i class="bi bi-arrow-right text-primary"></i>
                                    <span>About Matunuck</span>
                                </a>
                            </li>
                            <li>
                                <a href="/team.php"
                                    class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                    <i class="bi bi-arrow-right text-primary"></i>
                                    <span>Our Team</span>
                                </a>
                            </li>
                            <li>
                                <a href="/contact.php"
                                    class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                    <i class="bi bi-arrow-right text-primary"></i>
                                    <span>Contact</span>
                                </a>
                            </li>
                        </ul>
                    </div>
                </div> -->
                <div class="col-lg-3 col-6">
                    <h6 class="mb-4 fw-semibold text-white">GET IN TOUCH</h6>
                    <ul class="list-unstyled ps-0 d-grid gap-2">
<!--                         <li>
                            <a href="#" class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                <i class="fa-solid fa-location-dot text-primary"></i>
                                <span>70 W. Madison Street, Ste. 1400 Chicago, IL 60602</span>
                            </a>
                        </li> -->
<!--                         <li>
                            <a href="tel:(214) 550-0405"
                                class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                <i class="fa-solid fa-phone text-primary"></i>
                                <span>(214) 550-0405</span></a>
                        </li> -->
                        <!-- <li>
                            <a href="tel:"
                                class="text-decoration-none d-flex gap-2 text-white text-opacity-75">
                                <i class="fa-solid fa-phone text-primary"></i>
                                <span></span></a>
                        </li> -->
                        <li>
                            <a href="mailto:[email protected]?subject=Inquiry from mtkcp.com" target="_blank"
                                class="text-decoration-none d-flex gap-2 text-white text-opacity-75" target="_blank">
                                <i class="fa-solid fa-envelope-open-text text-primary"></i>
                                <span>[email protected]</span>
                            </a>
                        </li>

                    </ul>
                </div>
                <!-- <div class="col-lg-3 col-12">
                    <h6 class="mb-4 fw-semibold text-white">NEWSLETTER</h6>
                    <p>Signup for our latest case studies.</p>

                    <form action="#" method="post">
                        <div class="input-group">
                            <input type="text" class="form-control form-control-sm"
                                placeholder="Enter your email address.." aria-label="Recipient's username"
                                aria-describedby="basic-addon2" required>
                            <div class="input-group-btn">
                                <button type="submit" class="input-group-text" id="basic-addon2">
                                    <i class="icon-arrows-slim-right"></i>
                                </button>
                            </div>
                        </div>
                    </form>

                </div> -->
            </div>
        </div>
        <div class="footer-bg-color copyright bg-dark mt-5">
            <div class="container">
                <div class="d-flex justify-content-between align-items-center flex-wrap py-4">
                    <p class="mb-lg-0">&copy; 2024 Matunuck Capital. All Rights Reserved</p>
                    <ul class="list-unstyled d-flex gap-3 mb-0">
                        <li><a href="/contact.php"
                                class="text-decoration-none text-white text-opacity-75"><span>Contact
                                    us</span></a></li>
                        <li><a href="/terms.php" class="text-decoration-none text-white text-opacity-75"><span>Terms of Use</span></a></li>
                        <li><a href="/privacy.php" class="text-decoration-none text-white text-opacity-75"><span>Privacy
                                    Policy</span></a></li>
                    </ul>
                </div>
            </div>
        </div>


    </footer>
    <!-- footer section end -->
    <a id="scrollUp" onclick="topFunction()" title="Go to top"><i class="fa-solid fa-angle-up"></i>
    </a>

    <script src="/assets/js/jquery-3.6.0.min.js"></script>
    <script src="/assets/js/isotope.pkgd.min.js"></script>
    <script src="/aassets/js/jquery.magnific-popup.min.js"></script>
    <!-- chart.js  -->
    <script src="/assets/js/chart.min.js"></script>
    <script src="/assets/js/swiper-bundle.min.js"></script>
    <script src="/assets/js/bootstrap.bundle.min.js"></script>
    <script src="/assets/js/custom.js"></script>

</body>

</html>                               

Whois info of domain

Domain Name: MTKCP.COM
Registry Domain ID: 2823243992_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-09-20T07:26:48Z
Creation Date: 2023-10-20T15:25:58Z
Registry Expiry Date: 2025-10-20T15:25:58Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.SLPCHOST.COM
Name Server: NS2.SLPCHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T21:12:35Z <<<
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