Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - updv.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
content-type: text/plain
content-length: 0
date: Tue, 06 May 2025 10:46:52 GMT
x-frame-options: SAMEORIGIN
strict-transport-security: max-age=2592000
cache-control: private, no-cache, no-store, max-age=0
expires: Mon, 01 Jan 1990 0:00:00 GMT
location: https://www.updated.org

HTTP Code 301 Moved Permanently

http status code 301 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://www.updated.org
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 06 May 2025 10:46:53 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 12161
Connection: keep-alive
X-Powered-By: PHP/7.4.33
Cache-Control: max-age=86400
Expires: Wed, 07 May 2025 10:46:53 GMT
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Referrer-Policy: strict-origin-when-cross-origin
X-Powered-By: PleskLin

HTTP Code 200 OK

http status code 200 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: updv.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Home - UPDV Updated Bible Version</title>
    <meta name="description" content="Official home page of the UPDV Updated Bible Version">
    
    <!-- Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i|Domine:400,700|Oswald:400,700&display=swap" rel="stylesheet">
    
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
    
    <!-- Custom CSS -->
    <link rel="stylesheet" href="/assets/css/style.css">
    
    <link rel="stylesheet" href="/assets/css/animations.css">    <script src="/assets/js/animations.js" defer></script>    
    <!-- Favicon -->
    <link rel="icon" href="/wp-content/uploads/sites/3/2023/08/cropped-updvfavicon-32x32.jpg" sizes="32x32">
    <link rel="icon" href="/wp-content/uploads/sites/3/2023/08/cropped-updvfavicon-192x192.jpg" sizes="192x192">
    <link rel="apple-touch-icon" href="/wp-content/uploads/sites/3/2023/08/cropped-updvfavicon-180x180.jpg">
</head>

<body>
    <a class="skip-link screen-reader-text" href="#main-content">Skip to content</a>

    <div class="container">
        <header class="header">
            <div class="header-image">
                <a href="/" rel="home" class="header-img-link">
                    <img src="/wp-content/uploads/sites/3/2023/08/cropped-guy-gb22629fd3_1920.webp" alt="UPDV Bible Header" class="header-img">
                </a>
                <div class="header-image-info">
                    <div class="header-image-info-inside">
                        <p class="header-image-site-title">UPDV Updated Bible Version</p>
                    </div>
                </div>
            </div>
        </header>

        <nav class="nav-primary">
    <div class="container">
        <button class="primary-responsive-menu-icon">Menu <i class="fas fa-bars"></i></button>
        <ul class="primary-nav-menu">
            <li class="current-menu-item"><a href="/">Home</a></li>
            <li>
                <a href="/read-search/">Search</a>
            </li>
            <li>
                <a href="/downloads/">Downloads</a>
                <ul class="sub-menu">
                    <li><a href="/downloads/">Downloads</a></li>
                    <li><a href="/audio/">Audio</a></li>
                </ul>
            </li>
            <li><a href="/printing/">Purchase</a></li>
            <li>
                <a href="/changes/">Changes</a>
                <ul class="sub-menu">
                    <li><a href="/changes/">Changes</a></li>
                    <li><a href="/versions/">Versions</a></li>
                </ul>
            </li>
            <li><a href="/copyright/">Copyright</a></li>
            <li>
                <a href="/help/">Help</a>
                <ul class="sub-menu">
                    <li><a href="/help/">General Help</a></li>
                    <li><a href="/plural/">Plural Markers</a></li>
                </ul>
            </li>
        </ul>
    </div>
</nav>

        <div id="search-overlay" class="search-overlay" style="display:none;">
            <div class="search-overlay-content">
                <form role="search" method="get" class="search-form" action="/">
                    <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s">
                    <input type="submit" class="search-submit" value="Search">
                </form>
            </div>
            <button class="search-closebtn" aria-label="Close Search" title="Close Search">×</button>
        </div>

<main id="main-content" class="content-wrapper">
    <article class="post">
        <header class="entry-header">
            <h1 class="entry-title">Home</h1>
        </header>

        <div class="entry-content">
            <div class="search-container">
                <form action="/bible/" method="get">
                    <div class="search-form-home">
                        <input type="text" name="search" placeholder="Search the Bible..." value="" autofocus>
                        <input type="hidden" name="operation" value="Search">
                        <input type="submit" value="Search">
                    </div>
                </form>
            </div>

            <p class="has-text-align-center">
                <a href="/bible/">Online reader</a> and <a href="/read-search/">search</a> include 
                <a href="/changes/">pending changes</a> since last release.
            </p>

            <hr>

            <h2 class="section-heading">FEATURES</h2>

            <p class="has-text-align-center"><em>Understand the Bible Better Than Ever</em></p>

            <div class="features-section">
                <div class="features-grid">
                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvpurpose.png" alt="Purpose">
                        <h3>Purpose</h3>
                        <p>To provide a modern version that retains accuracy. To update archaic words and grammar. To use new materials, such as manuscripts, to improve accuracy.</p>
                        <div class="button-center">
                            <a href="https://files.updated.org/download/appendix.pdf" class="animated-button">More Info</a>
                        </div>
                    </div>

                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvplural.png" alt="Plurals Indicated">
                        <h3>Plurals Indicated</h3>
                        <p>Plus signs are used next to words such as you+ and your+ when they refer to a group of two or more. This is done to improve accuracy.</p>
                        <div class="button-center">
                            <a href="/plural/" class="animated-button pulse-animation">More Info</a>
                        </div>
                    </div>

                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvjohnunlocked.png" alt="John 1:1 Unlocked">
                        <h3>John 1:1 Unlocked</h3>
                        <p>This Bible translates what is traditionally 'the Word' in John 1:1 as 'the Speech'. It is then matched and underlined where it was likely used elsewhere in the Bible.</p>
                        <div class="button-center">
                            <a href="/2023/08/12/the-speech-in-john-11/" class="animated-button">More Info</a>
                        </div>
                    </div>

                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvgender.png" alt="Gender">
                        <h3>Gender</h3>
                        <p>Gender has generally been translated literally. Words such as man, woman, son, daughter, he, she, him, and her are generally left in the same gender as they were in the original texts.</p>
                        <div class="button-center">
                            <a href="https://files.updated.org/download/appendix.pdf" class="animated-button">More Info</a>
                        </div>
                    </div>

                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvbookarrange.png" alt="Book Arrangement">
                        <h3>Book Arrangement</h3>
                        <p>The sequence of the books places the New Testament before the Old Testament; and the book of John before Matthew.</p>
                        <div class="button-center">
                            <a href="/2023/08/12/arrangement-of-books/" class="animated-button">More Info</a>
                        </div>
                    </div>

                    <div class="feature-card">
                        <img src="/wp-content/uploads/sites/3/2023/08/updvname.png" alt="The Name of God">
                        <h3>The Name of God</h3>
                        <p>The name "Yahweh" (a personal name for God) and "Yah" (a contracted form of Yahweh) are used instead of what is rendered in many versions as "LORD".</p>
                        <div class="button-center">
                            <a href="https://files.updated.org/download/appendix.pdf" class="animated-button">More Info</a>
                        </div>
                    </div>
                </div>
            </div>

            <hr>

            <h2 class="section-heading">BOOKS OF THE BIBLE</h2>

            <div class="books-section">
                <div class="books-grid">
                    <div class="book-card">
                        <h3>First Maccabees</h3>
                        <p>Historical book included in the UPDV Bible that fills in important events between Malachi and the New Testament.</p>
                        <a href="/2023/08/13/first-maccabees/" class="animated-button pulse-animation">Read More</a>
                    </div>

                    <div class="book-card">
                        <h3>Wisdom of Sirach</h3>
                        <p>Also known as Ecclesiasticus, this wisdom literature from the 2nd century BC is included in the UPDV Bible.</p>
                        <a href="/2023/08/13/wisdom-of-sirach/" class="animated-button">Read More</a>
                    </div>

                    <div class="book-card">
                        <h3>Acts</h3>
                        <p>The Book of Acts is no longer included in the UPDV Bible. Learn about the reasons behind this decision.</p>
                        <a href="/2023/08/13/book-of-acts/" class="animated-button">Read More</a>
                    </div>

                    <div class="book-card">
                        <h3>John</h3>
                        <p>In the UPDV Bible, the Gospel of John ends at 19:35. Discover why this change was made.</p>
                        <a href="/help/" class="animated-button">Read More</a>
                    </div>

                    <div class="book-card">
                        <h3>Luke</h3>
                        <p>Chapters 1, 2, and the ending of Luke have been reconstructed in the UPDV Bible.</p>
                        <a href="/help/" class="animated-button">Read More</a>
                    </div>

                    <div class="book-card">
                        <h3>Matthew</h3>
                        <p>The Book of Matthew has been reconstructed in the UPDV Bible based on historical evidence.</p>
                        <a href="/2023/08/13/book-of-matthew/" class="animated-button">Read More</a>
                    </div>
                </div>
            </div>

            <style>
            /* Additional CSS for ripple effect */
            .animated-button {
                position: relative;
                overflow: hidden;
            }
            
            .ripple {
                position: absolute;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.4);
                width: 100px;
                height: 100px;
                margin-top: -50px;
                margin-left: -50px;
                animation: ripple 0.6s linear;
                transform: scale(0);
                opacity: 1;
            }
            
            @keyframes ripple {
                to {
                    transform: scale(4);
                    opacity: 0;
                }
            }
            </style>
        </div>
    </article>
</main>

<footer class="footer">
            <div class="container">
                <p class="copyright">Copyright &copy; 2025 UPDV Updated Bible Version - Official Home Page</p>
            </div>
        </footer>

    </div>

    <!-- jQuery (needed for some features) -->
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    
    <!-- Custom JavaScript -->
    <script src="/assets/js/script.js"></script>
    
</body>
</html>
                               

Whois info of domain

Domain Name: UPDV.COM
Registry Domain ID: 95112850_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2024-08-21T06:24:51Z
Creation Date: 2003-02-20T08:32:45Z
Registry Expiry Date: 2034-02-20T08:32:45Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DYNA-NS.NET
Name Server: NS2.DYNA-NS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T10:46:44Z <<<
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