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 - m3p2.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.14.1
Date: Fri, 23 May 2025 03:58:57 GMT
Content-Type: text/html
Content-Length: 185
Connection: keep-alive
Location: https://m3p2.com/
server: nginx/1.14.1
date: Fri, 23 May 2025 03:58:58 GMT
content-type: text/html; charset=UTF-8
content-length: 0
x-powered-by: PHP/7.4.24
set-cookie: m3p2-grav-site-40d1b2d=76c9f332be8bb27a15d3140b0eb7e938; expires=Fri, 23-May-2025 04:28:58 GMT; Max-Age=1800; path=/; domain=m3p2.com; HttpOnly
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
location: /en
strict-transport-security: max-age=31536000
server: nginx/1.14.1
date: Fri, 23 May 2025 03:58:58 GMT
content-type: text/html;charset=UTF-8
content-length: 13081
x-powered-by: PHP/7.4.24
set-cookie: m3p2-grav-site-40d1b2d=2428bf637ef4c8bd2b7971d2ab327e68; expires=Fri, 23-May-2025 04:28:58 GMT; Max-Age=1800; path=/; domain=m3p2.com; HttpOnly
expires: Fri, 30 May 2025 03:58:58 GMT
cache-control: max-age=604800
pragma: no-cache
content-encoding: none
strict-transport-security: max-age=31536000

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: m3p2.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" />

        <title>
        Home |         Home |         M3P2
    </title>
    
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="generator" content="GravCMS" />
    <meta name="description" content="M3P2 provides online courses for free." />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <link rel="icon" type="image/png" href="/user/themes/textbook/images/favicon.png" />
    <link rel="canonical" href="https://m3p2.com/en" />

                                                                
    <link href="/user/plugins/diagrams/css/mermaid.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/markdown-notices/assets/notices.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/form/assets/form-styles.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/language-selector/css/language-selector.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/mathjax/assets/css/mathjax.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/highlight/css/default.css" type="text/css" rel="stylesheet">
<link href="/user/plugins/login/css/login.css" type="text/css" rel="stylesheet">
<link href="/user/themes/textbook/css/portal.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/spectre.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/spectre-icons.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css-compiled/theme.min.css" type="text/css" rel="stylesheet">
<link href="/user/themes/textbook/css/custom.css" type="text/css" rel="stylesheet">
<link href="/user/themes/quark/css/line-awesome.min.css" type="text/css" rel="stylesheet">


                    <script src="/user/plugins/diagrams/js/underscore-min.js"></script>
<script src="/user/plugins/diagrams/js/raphael-min.js"></script>
<script src="/user/plugins/diagrams/js/sequence-diagram-min.js"></script>
<script src="/user/plugins/diagrams/js/flowchart-latest.js"></script>
<script src="/user/plugins/diagrams/js/mermaid.min.js"></script>
<script src="/user/plugins/anchors/js/anchor.min.js"></script>
<script src="/user/plugins/language-selector/js/language-selector.js"></script>
<script src="/user/plugins/mathjax/assets/js/mathjax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="/user/plugins/highlight/js/highlight.pack.js"></script>
<script>
$(document).ready(function() {
                    mermaid.initialize({startOnLoad:true});
                    mermaid.ganttConfig = {
                      axisFormatter: [["%d-%m-%Y", function (d){return d.getDay() == 1;}]]
                    };

                    $(".diagram").sequenceDiagram({theme: 'simple'});

                    var parent = document.getElementsByClassName("flow");
                    for(var i=0;i<parent.length;i++) {
                        var data = parent[i].innerHTML.replace(/&lt;/g, '<').replace(/&gt;/g, '>');
                        parent[i].innerHTML = "";
                        var chart = flowchart.parse(data);
                        chart.drawSVG('canvas_'+i, {
                            'font-size': 14,
                            'font-color': 'black',
                            'line-color': 'black',
                            'element-color': 'black',
                            'yes-text': 'yes',
                            'no-text': 'no',

                            // More informations : http://flowchart.js.org
                            'flowstate' : {
                                'simple': {'fill' : '#FFFFFF'},
                                'positive': {'fill' : '#387EF5'},
                                'success': { 'fill' : '#9FF781'},
                                'invalid': {'fill' : '#FA8258'},
                                'calm': {'fill' : '#11C1F3'},
                                'royal': {'fill' : '#CF86E9'},
                                'energized': {'fill' : 'F3FD60'},
                            }
                        });
                    }
                 });
</script>
<script>
$(document).ready(function() {
                                anchors.options = {
                                    visible: 'hover',
                                    placement: 'right',
                                    
                                    
                                    truncate: 64
                                };
                                anchors.add('h1,h2,h3,h4,h5');
                             });
</script>
<script>
hljs.initHighlightingOnLoad();
</script>


</head>
<body id="top" class="">
    <div id="page-wrapper">
            <section id="header" class="section">
            <section class="container grid-lg">
                <nav class="navbar">
                    <section class="navbar-section logo">
                        <a href="/en" class="navbar-brand mr-10">
    <img src="/user/themes/textbook/images/logo/m3p2-logo-with-text-white-optimized-390x150.gif" alt="M3P2" />
</a>                    </section>


                                                            <section class="navbar-section">
                        <div class="navbar-section-layout">                                                <div class="dropdown-navigation">

<div class="dropdown-selector">
  <button  class="btn dropdown-menu-button" type="button">
        <img alt="English" src="/user/plugins/language-selector/flags/en.png" />
            <i class="fa fa-caret-down"></i>
  </button>

  <ul class="dropdown-menu" >

    
                                    
            <li>
          <a href="/en">
                        <img alt="English" src="/user/plugins/language-selector/flags/en.png" />
                                    English
                      </a>
        </li>
    

    
                                                                                                                                                        
            <li>
          <a href="/fr/">
                        <img alt="Français" src="/user/plugins/language-selector/flags/fr.png" />
                                    Français
                      </a>
        </li>
    

    
                                                                                                                                                        
            <li>
          <a href="/es/">
                        <img alt="Español" src="/user/plugins/language-selector/flags/es.png" />
                                    Español
                      </a>
        </li>
    

  
  </ul>
</div>

</div>
                                                </div>
                    </section>
                                                        </nav>
            </section>
        </section>

        <input id="mobile-navigation-toggle" tabindex="1" type="checkbox">

        <div class="mobile-menu">
            <div class="button_container">
                <span class="top"></span>
                <span class="middle"></span>
                <span class="bottom"></span>


                <div class="mobile-container">
                    <div class="overlay" id="overlay">
                        <div class="mobile-logo">
                            <a href="/en" class="navbar-brand mr-10">
    <img src="/user/themes/textbook/images/logo/m3p2-logo-with-text-black-optimized-390x150.gif" alt="M3P2" />
</a>                        </div>
                        <nav class="overlay-menu">
                            
<ul>
                      <li>
      <details>
        <summary>
          <a href="/en/m3p2-curriculum">
            Curriculum
          </a>
        </summary>
        <ul>
                            <li>
        <a href="/en/m3p2-curriculum/physics-chemistry-biology">
          From my perceptions of the external world,<br>To physics, chemistry, biology, and to industrial and environmental sciences<br><br>
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/mathematic">
          From my inner logic and mental representations,<br> To mathematics, to modeling and algorithmic<br><br><br>
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/technologies">
          From my knowledge of the technological world, my wish to design, organize and carry out,<br> To design and management of projects, and technical achievements
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/I-think-so-I-am">
          From my situation in space and time, in the universe, the biosphere and the humanity,<br> To astrophysics, biology, ecology and anthropology
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/physiology">
          From the knowledge of my body and its needs,<br> To physiology, hygiene and prevention<br><br><br>
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/psychology">
          From my knowledge of the mental being and its needs, <br> To the humanities and to psychology<br><br>
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/social">
          From my perception of myself and others,<br> To the humanities, social and economic sciences
        </a>
      </li>
                    <li>
      <details>
        <summary>
          <a href="/en/m3p2-curriculum/communication">
            Introduce me, present my projects, listen and understand you, work in team, and learn another language<br><br>
          </a>
        </summary>
        <ul>
                            <li>
        <a href="/en/m3p2-curriculum/communication/learn_english">
          Understanding, speaking and writing English
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/communication/learn_spanish">
          Understanding, speaking and writing Spanish
        </a>
      </li>
                    <li>
        <a href="/en/m3p2-curriculum/communication/learn_french">
          Understanding, speaking and writing French
        </a>
      </li>
      
        </ul>
      </details>
      </li>
      
        </ul>
      </details>
      </li>
                    <li>
      <details>
        <summary>
          <a href="/en/m3p2_objectives">
            Objectives
          </a>
        </summary>
        <ul>
                            <li>
        <a href="/en/m3p2_objectives/objectives">
          The M3P2 objectives
        </a>
      </li>
                    <li>
        <a href="/en/m3p2_objectives/spirit">
          The spirit of the pedagogy
        </a>
      </li>
      
        </ul>
      </details>
      </li>
                    <li>
      <details>
        <summary>
          <a href="/en/m3p2_pedagogy">
            Structure & Pedagogy
          </a>
        </summary>
        <ul>
                            <li>
        <a href="/en/m3p2_pedagogy/m3p2-structure">
          A curriculum structured in 8 main subject areas
        </a>
      </li>
                    <li>
        <a href="/en/m3p2_pedagogy/m3p2-pedagogy">
          Different modes of presentation to adapt to each one
        </a>
      </li>
      
        </ul>
      </details>
      </li>
                    <li>
        <a href="/en/m3p2-team">
          Team & Partners
        </a>
      </li>
      
</ul>

                        </nav>
                    </div>
                </div>
            </div>
        </div>
    
    
        <section id="start">
                    <section id="body-wrapper" class="section">
                <section class="container grid-lg">
                                            
                    

                        <h4>Welcome to M3P2</h4>
<p><br></p>
<p>M3P2 is a training site in construction (alpha version),</p>
<p>which will offer free and identical courses in 3 languages, from a basic citizen level up to a full undergraduate level.</p>
<p>Website under construction</p>
<p>Estimated date for a first upload on a limited curriculum :<br />
September 2022. </p>
<!--
[🇨🇴 ES](/es)
[🇫🇷 FR](/fr)
-->


                                                            
                </section>
            </section>
                </section>

    </div>

            <section id="footer" class="section bg-gray">
    <section class="container grid-lg">
        <p>
            <i class="fa fa-code"></i>
            with <i class="fa fa-heart-o pulse"></i>
            by <a href="/authors" class="science"><i class="fa fa-flask"></i></a>
            and <a href="https://antoine.goutenoir.com" class="ljbac"><i class="fa fa-cube"></i></a>.
                    </p>
    </section>
</section>
    

    

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: M3P2.COM
Registry Domain ID: 2103213971_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ionos.com
Registrar URL: http://www.ionos.com
Updated Date: 2025-03-09T07:09:41Z
Creation Date: 2017-03-08T09:10:50Z
Registry Expiry Date: 2026-03-08T09:10:50Z
Registrar: IONOS SE
Registrar IANA ID: 83
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6105601459
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1042.UI-DNS.BIZ
Name Server: NS1042.UI-DNS.COM
Name Server: NS1074.UI-DNS.ORG
Name Server: NS1110.UI-DNS.DE
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T03:58:54Z <<<
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