Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - pluml.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 16:47:09 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.6.40
Location: http://www.pluml.com/

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 - http://www.pluml.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 20 May 2025 16:47:10 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.6.40
Link: <https://www.pluml.com/wp-json/>; rel="https://api.w.org/"

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: pluml.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>舞台照明・プランニングから制作・演出・運営 | 有限会社プラム</title>

<meta name="description" content="当社は豊かな経験で培ったテクニカル技術を基盤として、舞台照明を中心に催事・イベントなどの照明プランニングから制作・演出・運営まで取り組む会社です。" />
<meta name="keywords" content="プラム,plum,照明,照明プランニング,照明制作,ステージ照明,イベント照明,展示照明,舞台照明,現地照明,演出,技術,ホール管理,プロデュース,オペレーション,コンサート,LIVE,展示会,催事,式典,学祭,ディナーショウ,電気工事,イベント電気工事,大阪,東京" />

<link rel="alternate" type="application/rss+xml" title="舞台照明・プランニングから制作・演出・運営 | 有限会社プラム(RSS 2.0)" href="https://www.pluml.com/feed" />

<link rel="alternate" type="application/atom+xml" title="舞台照明・プランニングから制作・演出・運営 | 有限会社プラム(Atom)" href="https://www.pluml.com/feed/atom" />

<link rel="stylesheet" type="text/css" href="http://www.pluml.com/wp/wp-content/themes/pluml/style.css" />

<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=1300, user-scalable=yes," />
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="https://www.pluml.com/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/css/base.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/css/main.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/css/content.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/css/general.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/css/camera.css" media="all" />
<link rel="stylesheet" type="text/css" href="https://www.pluml.com/mfp.statics/mailformpro.css" />
<link href="https://fonts.googleapis.com/css?family=PT+Serif" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet">

<meta name="robots" content="index,follow" />
<script type="text/javascript" src="https://www.pluml.com/js/jquery.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/pulldown.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/pagetop.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/camera.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/smooth.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/floatnavi.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/crossfadeSlide.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/fadeRollover.js"></script>
<script type="text/javascript" src="https://www.pluml.com/js/jquery.mobile.customized.min.js"></script>
<script type='text/javascript' src='https://www.pluml.com/js/jquery.easing.1.3.js'></script>
<script type="text/javascript">
$(function() {
    $("#tab li").click(function() {
        var num = $("#tab li").index(this);
        $(".content_wrap").addClass('disnon');
        $(".content_wrap").eq(num).removeClass('disnon');
        $("#tab li").removeClass('select');
        $(this).addClass('select')
    });
});
</script>

<script type="text/javascript">
	jQuery(document).ready(function(){
	jQuery('#sidenavi').containedStickyScroll({
	duration:150,
	closeChar: ' ' 
	});
	});
</script>

<script type="text/javascript">
jQuery(function(){
jQuery('#slide').camera({
height: '640px',
time: 2800,
transPeriod: 2400,
pagination: false,
hover: false,
opacityOnGrid: false,
fx: 'simpleFade',
imagePath: 'https://www.pluml.com/images/top/'
});
});
</script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-98728923-1', 'auto');
  ga('send', 'pageview');

</script>
</head>

<body>

<div id="wrapper">
<div class="topbox"><h1 class="topcopy">舞台照明・プランニングから制作・演出・運営までお任せ下さい! 有限会社プラム</h1></div>
<div id="topmainimg">
  <!--topmainimgここから-->
  <div class="topmainimgbox">
    <!--topmainimgboxここから-->
    <div class="camera_wrap" id="slide">
      <div data-src="https://www.pluml.com/images/top/mainimg01.jpg"></div>
      <div data-src="https://www.pluml.com/images/top/mainimg02.jpg"></div>
      <div data-src="https://www.pluml.com/images/top/mainimg03.jpg"></div>
      <div data-src="https://www.pluml.com/images/top/mainimg04.jpg"></div>
    </div>
    <!--topmainimgboxここまで-->
  </div>
  <!--topmainimgここまで-->
</div>
<header>
  <div class="head">
      <h2 class="logo"><a href="https://www.pluml.com/"><img src="https://www.pluml.com/images/logo.png" alt="有限会社プラム" width="236" height="52" /></a></h1>
      
      <div id="gnavi"><!--gnaviここから-->
      <div class="gnavibox cf">
      <div class="gnavibody">
        <ul>
        <li class="bgc-w navi01"><a href="https://www.pluml.com/greeting"><img src="https://www.pluml.com/images/navi01.png" alt="ごあいさつ" class="g_alp" /></a></li>
        <li class="bgc-w navi02"><a href="https://www.pluml.com/company"><img src="https://www.pluml.com/images/navi02.png" alt="会社概要" class="g_alp" /></a></li>
        <li class="bgc-w navi03"><a href="https://www.pluml.com/services"><img src="https://www.pluml.com/images/navi03.png" alt="サービス内容" class="g_alp_kd" /></a></li>
        <li class="bgc-w navi04"><a href="https://www.pluml.com/flow"><img src="https://www.pluml.com/images/navi04.png" alt="お取引の流れ" class="g_alp" /></a></li>
        <li class="bgc-w navi05"><a href="https://www.pluml.com/works"><img src="https://www.pluml.com/images/navi05.png" alt="実績紹介" class="g_alp" /></a></li>
        <li class="bgc-w navi06"><a href="https://www.pluml.com/recruit"><img src="https://www.pluml.com/images/navi06.png" alt="採用情報" class="g_alp" /></a></li>
        <li class="bgc-w navi06"><a href="https://www.pluml.com/contact"><img src="https://www.pluml.com/images/navi07.png" alt="お問い合わせ" class="g_alp" /></a></li>
        </ul>
      </div><!--gnavibodyここまで-->
      </div><!--gnaviboxここまで-->
      </div><!--gnaviここまで-->
    
    </div><!-- /head-->
</header><!-- /header-->


<div class="topcont">
  <div class="greeting">
    
<h3><img class="alignnone size-full wp-image-6" src="http://www.pluml.com/wp/wp-content/uploads/2017/04/mainttl01.png" alt="想像・創造・感動をつなぐLighting" width="699" height="45" /></h3>
<p>当社は<em>「お客様が感動する作品づくり」</em>を使命として位置づけ、舞台照明という1つの業務の形に限らず、<br />
<em>[クライアントの皆様やお取引先の皆様の描かれるイメージを形に変える]</em>ため、技術提案・企画・現場<br />
プランニング等にも力を注ぎ、殻を破るようなパワーと柔軟なアイデアを常に発信していきながら、<br />
皆様に愛される<em>[マルチ・クリエイティブ]</em>企業を目指してまいります。</p>

  </div>
</div>
  <!-- /topcont-->

  <img src="https://www.pluml.com/images/top/top_servicesttl.png" alt="サービス内容" class="topserttl01" />
  <div class="topservices"> <img src="https://www.pluml.com/images/top/top_highttl.png" alt="High-Quality & Service" class="topserttl02" />
    <p class="topserp">舞台照明・音響・映像・美術・演出・進行、イベント照明企画・設計・提案・演出・進行<br />
      仮設電気工事・展示電気工事・特殊電気工事(舞台関係)・一般電気工事・舞台備品・照明器具販売</p>
    <div class="slideShow">
      <div class="mainView">
        <ul>
          <li><a href="https://www.pluml.com/services#block01"><img src="https://www.pluml.com/images/top/topserimg01.jpg" alt="舞台" /></a></li>
          <li><a href="https://www.pluml.com/services#block02"><img src="https://www.pluml.com/images/top/topserimg02.jpg" alt="電気工事・技術" /></a></li>
          <li><a href="https://www.pluml.com/services#block03"><img src="https://www.pluml.com/images/top/topserimg03.jpg" alt="ホール管理" /></a></li>
          <li><a href="https://www.pluml.com/services#block04"><img src="https://www.pluml.com/images/top/topserimg04.jpg" alt="物品販売" /></a></li>
          <li><a href="https://www.pluml.com/services#block05"><img src="https://www.pluml.com/images/top/topserimg05.jpg" alt="制作" /></a></li>
        </ul>
      </div>
      <!--/.mainView-->
      <div class="thumbNail">
        <ul>
          <li><img src="https://www.pluml.com/images/top/topserimg_thum01.jpg" alt="" /></li>
          <li><img src="https://www.pluml.com/images/top/topserimg_thum02.jpg" alt="" /></li>
          <li><img src="https://www.pluml.com/images/top/topserimg_thum03.jpg" alt="" /></li>
          <li><img src="https://www.pluml.com/images/top/topserimg_thum04.jpg" alt="" /></li>
          <li><img src="https://www.pluml.com/images/top/topserimg_thum05.jpg" alt="" /></li>
        </ul>
      </div>
      <!--/.thumbNail-->
    </div>
    <!--/.slideShow-->
  </div>
  <ul class="topworcom">
    <li style="margin-right:34px;"><a href="https://www.pluml.com/works"><img src="https://www.pluml.com/images/top/top_worksbnr.png" alt="WORKS 実績紹介" class="alp" /></a></li>
    <li><a href="https://www.pluml.com/company"><img src="https://www.pluml.com/images/top/top_companybnr.png" alt="COMPANY 会社概要" class="alp" /></a></li>
  </ul>
  
</div><!-- /content-->
</div><!-- /wrapper-->

<footer>
<div class="ftcon">
	<img src="https://www.pluml.com/images/ftlogo.png" alt="" class="ftlogo" />
    
    <div class="ftleft"><p class="ftname">有限会社プラム Plum Co.,Ltd.</p>
    <ul class="ftaddlist">
      <li>
      <p class="w_bk">大阪本社</p>
      <p class="ftadd">〒540-6591<br />大阪市中央区大手前1-7-31 OMM 5階<br />TEL: 06-4790-0774 / FAX: 06-4790-0884</p>
      </li>
    </ul>
    <ul class="ftaddlist">
      <li>
      <p class="w_bk2">Head office</p>
      <p class="ftadd">OMM 5F, 1-7-31, Otemae, Chuo-ku, Osaka-shi,<br />Osaka, 540-6591, Japan<br />TEL: +81-6-4790-0774<br />FAX: +81-6-4790-0884</p>
      </li>
    </ul>
    
    </div>
    <div class="ftright">
    <p class="ftbsttl">事業内容</p>
    <table>
    <tr>
    <td width="140px"><p class="d1">舞台技術部:</p></td>
    <td width="500px"><p>舞台照明・音響・映像・美術・演出・進行</p></td>
    </tr>
    <tr>
    <td width="140px"><p class="d1">営業制作部:</p></td>
    <td width="500px"><p>イベント照明企画・設計・提案・演出・進行</p></td>
    </tr>
    <tr>
    <td width="140px"><p class="d2">電気工事:</p></td>
    <td width="500px"><p>仮設電気工事・展示電気工事<br />特殊電気工事(舞台関係)・一般電気工事</p></td>
    </tr>
    </table>
    
    <ul class="ftmenu">
    <li>
      <p><a href="https://www.pluml.com/">&raquo; HOME</a></p>
      <p><a href="https://www.pluml.com/greeting">&raquo; ごあいさつ</a></p>
      <p><a href="https://www.pluml.com/company">&raquo; 会社概要</a></p>
    </li>
    <li>
      <p><a href="https://www.pluml.com/services">&raquo; サービス内容</a></p>
      <p><a href="https://www.pluml.com/flow">&raquo; お取引の流れ</a></p>
      <p><a href="https://www.pluml.com/works">&raquo; 実績紹介</a></p>
    </li>
    <li>
      <p><a href="https://www.pluml.com/recruit">&raquo; 採用情報</a></p>
      <p><a href="https://www.pluml.com/contact">&raquo; お問い合わせ</a></p>
    </li>
    </ul>
    </div>

    <p class="txs">Copyright &copy; <script type="text/javascript">myDate = new Date() ;myYear = myDate.getFullYear ();document.write(myYear);</script> Plum Co.,Ltd. All Rights Reserved.</p>
</div>
</footer>

<p class="pagetopbt"><a href="#wrapper"><img src="https://www.pluml.com/images/pagetop.png" alt="pagetop" class="alp" /></a></p>


</body>
</html>                               

Whois info of domain

Domain Name: PLUML.COM
Registry Domain ID: 1522929271_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.jprs.jp
Registrar URL: http://jprs.jp/registrar/
Updated Date: 2024-09-04T16:18:40Z
Creation Date: 2008-10-06T10:37:18Z
Registry Expiry Date: 2025-10-06T10:37:18Z
Registrar: Japan Registry Services Co., Ltd.
Registrar IANA ID: 1485
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +81.352158457
Domain Status: ok https://icann.org/epp#ok
Name Server: NS1.DNS.NE.JP
Name Server: NS2.DNS.NE.JP
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T16:46:55Z <<<
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