Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tpmc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 20:13:22 GMT
Content-Type: text/html
Content-Length: 795
Connection: keep-alive
location: https://tpmc.com/
platform: hostinger
panel: hpanel
content-security-policy: upgrade-insecure-requests
Server: hcdn
alt-svc: h3=":443"; ma=86400
x-hcdn-request-id: 1841a5c58b3236cbef60bbe483bad50f-bnk-edge3
x-hcdn-cache-status: MISS
x-hcdn-upstream-rt: 0.085

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://tpmc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 20:13:23 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
x-powered-by: PHP/7.4.33
platform: hostinger
panel: hpanel
content-security-policy: upgrade-insecure-requests
Server: hcdn
alt-svc: h3=":443"; ma=86400
x-hcdn-request-id: 3c8c2cff9c3c00a7f0835e92a70fea32-nme-edge8
x-hcdn-cache-status: DYNAMIC
x-hcdn-upstream-rt: 0.684

HTTP Code 200 OK

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.

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: tpmc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html>
<head>

<!-- temp - 4 -->

<meta charset="utf-8">
<title> TPMC :: The Property Maintenance Company</title>
<link rel="stylesheet" href="assets/css/alchemy.css" >
<link rel="stylesheet" href="assets/css/nav.css" >
<link rel="stylesheet" href="assets/css/core.css" >
<link rel="stylesheet" href="assets/css/slider.css" >
<link rel="stylesheet" href="assets/css/anim.css" >
<link rel="stylesheet" href="assets/css/footer.css" >
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="Steve Brand" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" >

<!-- Font -->
<link rel="stylesheet" href="https://use.typekit.net/wlc4plg.css">
<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=Montserrat:wght@300;400&display=swap" rel="stylesheet">

<!-- Jquery --> 
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous" ></script> 

<!-- Font Awesome -->
<link rel="stylesheet" href="assets/font-awesome/css/fontawesome.css" >
<link rel="stylesheet" href="assets/font-awesome/css/brands.css" >
<link rel="stylesheet" href="assets/font-awesome/css/light.css" >
<link rel="stylesheet" href="assets/font-awesome/css/solid.css" >

<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css" >

<!-- Favicon Icon -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Feedbucket Code -->
<script type="text/javascript">
    (function(k,s) {
        s=document.createElement('script');s.module=true;s.defer=true;
        s.src="https://cdn.feedbucket.app/assets/feedbucket.js";
        s.dataset.feedbucket=k;document.head.appendChild(s);
    })('6YxsYrZDsc6wbUR83Mgm')
</script></head>

<!-- . -->

<body>

<!-- header -->

<div id="header">

    <div class="header-inner">

        <!-- Socials -->

        <div class="social-container">

            <a href="https://www.facebook.com/profile.php?id=61569135476011" target="_blank"><i class="fab fa-facebook-square social-icon"></i></a>

            <a href="https://www.instagram.com/tpmc.ltd/" target="_blank"><i class="fab fa-instagram-square social-icon"></i></a>

        </div>

        <!-- Logo -->

        <a id="logo-container" href="index.php">
            <img id="logo" src="assets/img/logo.png" alt=" TPMC">
        </a>

        <!-- . -->

        <div class="contact-details">

            <a href="tel:07534327557"><i class="fal fa-phone contact-details-icon"></i>
                <h4>07534327557</h4>
            </a>

            <a href="#"><i class="fal fa-envelope contact-details-icon"></i>
                <h4>[email protected]</h4>
            </a>

        </div>

    </div>

</div>

<!-- . --> 

<!-- nav -->

<div id="nav" >
  <div id="nav-inner" >
    <div class="burger-container" > <i id="burger-bars" class="burger-icon fal fa-bars" onClick="toggleNav()" ></i> <i id="burger-cross" class="burger-icon fal fa-times hide" onClick="toggleNav()" ></i> </div>
    
    <!-- . -->
    
    <div id="nav-links" >
      <p class="page-link active-link" ><a href="index.php" >Home</a></p>
      <p class="page-link" ><a href="services.php" > Services</a></p>
      <p class="page-link" ><a href="gallery.php" > Gallery</a></p>
      <p class="page-link" ><a href="contact.php" > Contact </a></p>
    </div>
    
    <!-- . --> 
    
  </div>
</div>

<!-- . -->

<!-- . -->

<div id="slide-container">

    <div class="slide">

        <div class="slide-txt">

            <h3>Welcome to</h3>

            <h2>TPMC</h2>
            <p><b>Renovations and Maintenance</b></p>

            <p>Whether you need to renovate your entire property, revamp your kitchen, elevate your bathroom, or simply need a reliable hand for routine maintenance and handyman services, the team at TPMC is here to exceed your expectations.

            </p>

            <div class="slide-btns">

                <a class="btn" href="services.php">
                    <h4>Our Services</h4>
                </a>
                <a class="btn" href="contact.php" style="">
                    <h4>Contact us</h4>
                </a>

            </div>

        </div>

        <img src="assets/img/slides/slide-1.jpg" alt=" TPMC" class="slide-img slide-img-d anim-kenburns-bottom" />

        <img src="assets/img/slides/slide-1m.jpg" alt=" TPMC" class="slide-img slide-img-m anim-kenburns-bottom" />

    </div>

    <!--
	<div class="slide" >

		<div class="slide-txt" >
			
			<h3>Welcome to</h3>

			<h2> TPMC</h2>		

			<p>2 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur, soluta. Suscipit iusto atque quasi accusantium saepe autem nostrum doloribus ea minima, minus, in est!</p>

			<div class="slide-btns" >
			
				<a class="btn" href="services.php" ><h4>Our Services</h4></a>
				<a class="btn" href="contact.php" ><h4>Contact us</h4></a>
			
			</div>

		</div>	

		<img src="assets/img/slides/slide-2.jpg" alt=" TPMC" class="slide-img slide-img-d" />

		<img src="assets/img/slides/slide-2m.jpg" alt=" TPMC" class="slide-img slide-img-m" />	

	</div>

	<div class="slide" >
		
		<div class="slide-txt" >
			
			<h3>Welcome to</h3>

			<h2> TPMC</h2>		

			<p>3 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus earum provident, laborum.</p>

			<div class="slide-btns" >
			
				<a class="btn" href="services.php" ><h4>Our Services</h4></a>
				<a class="btn" href="contact.php" ><h4>Contact us</h4></a>
			
			</div>

		</div>

		<img src="assets/img/slides/slide-3.jpg" alt=" Hoods PM" class="slide-img slide-img-d" />

		<img src="assets/img/slides/slide-3m.jpg" alt=" Hoods PM" class="slide-img slide-img-m" />	

	</div>
	
	<i onClick="prevslide()" class="fal fa-chevron-left slide-arrow slide-left" ></i>
	
	<i onClick="nextslide()" class="fal fa-chevron-right slide-arrow slide-right" ></i>

	<div class="slide-dots" ></div>	
-->

</div>

<!-- . -->

<div id="page-content" >
  <section>
    <div class="workspace" >
      <div class="element" >
        <div class="element heading  a5" >
          <h1 class="cent">Welcome to TPMC</h1>
        </div>
        <div class="element a5" >
          <p class="cent">Welcome to TPMC, where quality meets excellence in property maintenance and renovations. We are proud to offer our services throughout London and Hertfordshire.</p>
        </div>
      </div>
    </div>
  </section>
  <hr>
  <section>
    <div class="workspace col-2" >
      <div class="element" > <img class="img " src="assets/img/1.jpg" alt="" /> </div>
      <div class="element a1 a5" >
        <div class="element heading  " >
          <h1>The Team</h1>
        </div>
        <div class="element" >
          <p>Our team are fully qualified and experienced tradespeople, who bring not only local expertise but also a global perspective from operating in countries like New Zealand, Canada and Denmark.</p>
        </div>
        <div class="element" >
          <p>What truly set us apart is our unwavering commitment to customer service. We take the time to understand your vision and work tirelessly until it’s brought to life. Your satisfaction isn’t just a goal – it’s our promise.</p>
        </div>
      </div>
    </div>
  </section>
  <section class="colorback">
    <div class="workspace col-2" >
      <div class="element a5" >
        <div class="element heading  " >
          <h1>About Us</h1>
        </div>
        <div class="element" >
          <p>With over 15 years of unwavering commitment to this craft, we bring a wealth of experience and a passion for delivering exceptional results to every project, big or small.</p>
        </div>
        <div class="element" >
          <p>At TPMC, we believe in going above and beyond to ensure your utmost satisfaction, because no job is too insignificant when it comes to elevating your living space.</p>
        </div>
        <div class="element" >
          <p>As seasoned professionals, we approach each task with a meticulous eye for detail and a dedication to craftsmanship that sets us apart. We always work very hard to ensure the work is up to our satisfaction – we would never leave a job that we were unhappy with.</p>
        </div>
        <div class="element" >
          <p>We understand the importance of treating your property with the same care and respect as if it were our own, guaranteeing that every aspect of the job is completed to the highest standard.</p>
        </div>
      </div>
      <div class="element" > <img class="img " src="assets/img/2.jpg" alt="" /> </div>
    </div>
  </section>
  <section>
    <div class="workspace" >
      <div class="element" >
        <div class="element heading  a5" >
          <h1 class="cent">Contact Us Today</h1>
        </div>
        <div class="element a5" >
          <p class="cent">To start the process of reaching your property’s full potential. Contact us today to learn more about the services we can provide to you, and get a free estimate.</p>
        </div>
        <div class="element a5" > <a href="contact.php" style="justify-self:center">
          <button class="button-56" role="button" >
          <h4 style="color: white;">Contact Us</h4>
          </button>
          </a> 
          
          <!--					<a class="btn" href="tel:07825777085"><h4>Call TPMC</h4></a>--> 
        </div>
      </div>
    </div>
  </section>
</div>

<!-- . -->

<!-- Testimonials -->
		
<!-- 
	
<div class="testimonial-container" >

	<div class="testimonial" >

		<h3>Testimonial 1</h3>

		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia fuga doloremque tempora eius deleniti debitis eaque distinctio soluta rem, culpa id. Id rem laboriosam doloremque quidem laborum accusamus, reiciendis, mollitia animi? Illum.</p>

		<div class="element star-container" >

			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>

		</div>

		<p>by James Smith | March 2021</p>

	</div>

	<div class="testimonial" >

		<h3>Testimonial 2</h3>

		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi tempore, adipisci nemo quisquam natus. Nulla aliquid facilis quasi nostrum dolorum aliquam blanditiis veritatis libero.</p>

		<div class="element star-container" >

			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>

		</div>

		<p>by Jenny Smith | March 2021</p>

	</div>

	<div class="testimonial" >

		<h3>Testimonial 3</h3>

		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates maxime laboriosam pariatur cumque rem. Asperiores cupiditate deleniti, voluptatibus nihil facere soluta doloribus. Quam animi nemo, ut, ex consectetur ducimus optio amet, numquam nostrum quisquam quae quia ab, unde facilis possimus!</p>

		<div class="element star-container" >

			<i class="fas fa-star star" ></i>				
			<i class="fas fa-star star" ></i>			
			<i class="fas fa-star star" ></i>			
			<i class="fas fa-star star" ></i>			
			<i class="fas fa-star star" ></i>

		</div>

		<p>by Janet Smith | March 2021</p>

	</div>

	<div class="testimonial-controls" >

		<i onClick="prevTestimonial()" class="fal fa-chevron-left testimonial-arrow testimonial-left" ></i>

		<i onClick="nextTestimonial()" class="fal fa-chevron-right testimonial-arrow testimonial-right" ></i>

	</div>

	<div class="testimonial-dots" ></div>		

</div>

-->
<!-- . -->

<section id="footer" >
	<div class="workspace col-3" >
		
		<div class="footer-item" >
		
			<div class="footer-icon-container" >
			
				<i class="fal fa-phone footer-icon" ></i>
			
			</div>
			
			<h4>Phone</h4>
			
			<h3><a href="tel:07534327557">07534327557</a></h3>
			
		</div>
		
		<!-- . -->
		
		<div class="footer-item" >
		
			<div class="footer-icon-container" >
			
				<i class="fal fa-map-marker-alt footer-icon" ></i>
			
			</div>
			
			<h4>Based In</h4>
			
			<h3>North London</h3>
			
		</div>
		
		<!-- . -->
		
		<div class="footer-item" >
		
			<div class="footer-icon-container" >
			
				<i class="fal fa-envelope footer-icon" ></i>
			
			</div>
			
			<h4>Email</h4>
			
			<h3>[email protected]</h3>
			
		</div>
		
		<!-- . -->
	
	</div>
</section>

<div id="bottom-bar" >

	<p>© Copyright 2025, TPMC Limited<!-- | <a href="gdpr.php" >Privacy Policy</a> --></p>

</div>
<!-- JS --> 
<script src="assets/js/anim.js" ></script> 
<script src="assets/js/script.js" ></script> 
<script src="assets/js/slider.js" ></script> 

<!-- Font awesome --> 
<script src="assets/font-awesome/js/fontawesome.js" ></script> 
<script src="assets/font-awesome/js/brands.js" ></script> 
<script src="assets/font-awesome/js/light.js" ></script> 
<script src="assets/font-awesome/js/solid.js" ></script> 

<!-- . -->

</body>
</html>                               

Whois info of domain

Domain Name: TPMC.COM
Registry Domain ID: 730929_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.hostinger.com
Registrar URL: http://www.hostinger.com
Updated Date: 2023-06-26T11:56:52Z
Creation Date: 1993-09-30T04:00:00Z
Registry Expiry Date: 2025-09-29T04:00:00Z
Registrar: HOSTINGER operations, UAB
Registrar IANA ID: 1636
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +37064503378
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DNS-PARKING.COM
Name Server: NS2.DNS-PARKING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-05T20:13:04Z <<<
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