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 - rpsbs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 22 May 2025 19:22:00 GMT
Server: Apache
Location: https://www.rpsbs.com/
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 Moved Permanently, 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.

200 OK - https://www.rpsbs.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 22 May 2025 19:22:00 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Kodu 200 OK

200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: rpsbs.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>RapidPay</title>

		<meta http-equiv="X-UA-Compatible" content="IE=Edge">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="keywords" content="">
		<meta name="description" content="">

		<!-- animate -->
		<link rel="stylesheet" href="css/animate.min.css">
		<!-- bootstrap -->
		<link rel="stylesheet" href="css/bootstrap.min.css">
		<!-- font-awesome -->
		<link rel="stylesheet" href="css/font-awesome.min.css">
		<!-- google font -->
		<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700,800' rel='stylesheet' type='text/css'>
        	<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel="stylesheet" type="text/css">
		<!-- custom -->
		<link rel="stylesheet" href="css/style.css">
		<script src="js/jquery.js" language="javascript" type="text/javascript"></script>
		<script src="js/payment.js" language="javascript" type="text/javascript"></script>
		<script src="js/index.js" language="javascript" type="text/javascript"></script>
		<script src="js/popup.js" language="javascript" type="text/javascript"></script>
		<script src="js/primaryimg.js" language="javascript" type="text/javascript"></script>
	        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
	        <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
	        <script src="jquery-1.12.4.min.js"></script>
<script>
$(document).ready(function(){

	//  window.scrollTo(0, 555);
	
	function setHeight() {
    windowHeight = $(window).innerHeight();
    $('.new_slider').css('min-height', windowHeight);
	$('.fit').css('min-height', windowHeight);
  };
  setHeight();
  
  $(window).resize(function() {
    setHeight();
  });
	
    /*$('[data-toggle="tooltip"]').tooltip();*/
/*	$('a[data-toggle="tooltip"]').tooltip({
   animated: 'fade',
   placement: 'bottom',
   html: true
});*/


$('.trial_img1').on('mouseenter', function () {
          $('.banner_new_img2').show();
         
      }).on('mouseleave', function () {
          $('.banner_new_img2').hide();
        
      });
	
});



</script>



<style>

#newsletter { display:none; }

</style>

	</head>
	<body data-spy="scroll" data-offset="50" data-target=".navbar-collapse">

		<!-- start navigation -->
		<div class="navbar navbar-fixed-top navbar-default" role="navigation">
			<div class="container">
				
				<style>

#header {
    margin:0 auto;
    width:50%;
    height: 45px;
    padding: 0px 0;
    font: 12px arial, sans-serif;
	float:right;
}

#header h2 {font-size: 14px;
float: left;
color: #0054a6;
font-family: sans-serif;
}

#header h3{
font-family: sans-serif;
    color: #0096c9;
    font-size: 10px;
    font-weight: bold;
    float: right;
    padding: 0;
    margin: 2% 0.4% 0 0;
    cursor: pointer;
}

#header form {
    float: right;
    margin-right: -8%;
    height: 40px;
    padding-top: 3%;
    width: 80%;
}
#header form label {
    display: inline-block; 
    margin: 0 2px;
}

#header form input {}

#header form .s-user, 
#header form .s-pass {
    display: block;
    width: 150px;
    border: 1px solid #0054a6;
    padding: 3px 0 3px 0;
    margin-bottom: -1px;
	float:left;
	margin-left:3%;
}

/*#header form .submit {
    vertical-align: bottom;
background: #bed62f;
color: #0054a6;
border: none;
font-weight: bold;
padding: 12%;
width: 179%;
text-align: center;
}*/
#header form .submit {
font-family: sans-serif;
    vertical-align: bottom;
background: #bed62f;
color: #0054a6;
border: none;
font-weight: bold;
padding: 0.9%;
width: 16%;
text-align: center;
margin-left:2%
}
</style>
<!--<div class="container">
	<div class="row">-->
            <div id="header">
          
        <h2>Call 800.279.3705</h2>
          <!--<form id="search">
            <label><input type="text" name="s-user" id="s-user"></label>
            <label><input type="text" name="s-pass" id="s-pass"></label>
            <label><input type="submit" class="submit" value="Log In"></label>
          </form>-->
          
          <form id="search" action="logincheck.php" method="post">
           <input type="hidden" id="badlogin" name="badlogin" value="">
        <input type="text" id="rpslogemail" name="rpslogemail" class="s-user">
        <input type="password" id="rpslogpword" name="rpslogpword" class="s-pass">
        <input type="submit" id="login" class="submit" value="Log In">
          </form>
          <h3><a href="forgotpassword.php">Forgot Password?</a></h3>
         
        </div>
         <div class="navbar-header">
                            <button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                                <span class="icon icon-bar"></span>
                                <span class="icon icon-bar"></span>
                                <span class="icon icon-bar"></span>
                            </button>
                                                         <a href="index.php" class="navbar-brand"><img src="images/logonew.png" class="img-responsive" alt="logo"></a>
                                                     </div>
                        
        <div class="collapse navbar-collapse">
        
            
                            <ul class="nav navbar-nav navbar-right">
                    <li class="active" ><a href="index.php">HOME</a></li>
                    <li class="" ><a href="voicemessages.php">VOICE MESSAGES</a></li>
                    <li class="" ><a href="aboutus.php">ABOUT US</a></li>
                    <li class="" ><a href="faq.php">FAQ</a></li>
                    <li class="" ><a href="chooseplan.php">CHOOSE PLAN</a></li>
                    <li class="" ><a href="contactus.php">CONTACT US</a></li>
                    <li class="" ><a href="login.php">LOG IN</a></li>
                </ul>
                     
                        
            
        </div>
        
<!--    </div>
</div>-->			</div>
		</div>
		<!-- end navigation -->
		<!--<div class="container">
        	<div class="row">
                <div class="header_txt">
                                   
              		<h1 class="wow fadeInDown" data-wow-delay="2000">FINALLY</h1>
              		<h2 class="wow fadeInDown" data-wow-delay="2000"><span>COLLECT YOUR SMALL PATIENT-OWED BALANCES</span></h2>
             		<h2 class="wow fadeInDown" data-wow-delay="2000"> <span>FOR LESS THAN THE COST OF A STAMP</span></h2>
                                     
                </div>
             </div>           
        
       	</div>-->
		<!-- start home -->
		<!--<section id="home" class="text-center">
		  <div class="templatemo_headerimage">
		    <div class="flexslider">
		      <ul class="slides">
              
               <li>
		        	
                    <img src="images/slider/rapidbanner3.png" alt="Slide 1">  
		        	
		        </li>
                
		        <li>
		       
                	<img src="images/slider/rapidbanner1.png" alt="Slide 1">
		       
		        </li>
		        <li>
		        
                    <img src="images/slider/rapidbanner2.png" alt="Slide 2">
		        
		        </li>
		      </ul>
		    </div>
            
            
		  </div>	
            	
		</section>-->
		<!-- end home -->
        <!-- new slider start -->
<div class="container">        
    <div class="row">
        <div class="col-md-12">
        
            <div class="banner_new">
            <img class="img-responsive" src="images/banner_new2.png" alt=""> 
            <h2>Collect Your Low Self-Pay Balances<br> for Less Than the Cost of a Stamp</h2>
				<div class="banner_new_img">
                <a class="login_new" data-toggle="modal"  data-target="#login-modal" >
                    <img class="img-responsive trial_img1" src="images/free_trail.png" alt="">
                 </a>
                </div>
                
                 <div class="banner_new_img2">
                 	<img class="img-responsive hover_img1" src="images/tooltip_new.png" alt="">
                 </div>
            </div>
            
        </div>
    </div>
</div>
        <!-- new slider end -->
        
        <div id="newsletter">
			<div class="container">
				<div class="row">
					<div class="col-md-4 col-sm-6">
                    	<div class="free_trail">
						
                            
                            <a class="tooltip_custom"><img class="img-responsive" src="images/free_trail.png" alt="">
                            </a>
                            
                        </div>
					</div>
                    <div class="col-md-8 col-sm-6">
                    	<div class="free_trail_form">
   
                        </div>
                        
                        <div class="free_trail_form_heading">
                            Start Your 30 days FREE Trial <br>
                           
                            </div>
                            
                                                     
                        <div class="clearfix"></div>
					</div>
				</div>
			</div>
		</div>
        
        
        
        
        

		<!-- start service -->
		<div id="service">
			<div class="container">
				<div class="row">
                	<div class="rapid_con_new">
                    	<h1>A Must-Have for Any Healthcare Provider With Small Balance Accounts</h1>
					<div class="col-md-6 col-sm-6">
						<div class="media" id="media_custom">
							<div class="media-body">
								<a style="text-decoration:none;" href="faq.php"><h3 class="media-heading">The Dilemma</h3></a>
								<p>How can you avoid costly invoices and phone calls and <br>ease the burden on your staff??</p>
                                <span>A Cost Effective Rx for Collecting Small Self-Pay Balances</span>
							</div>
						</div>
					</div>
					
					<div class="col-md-6 col-sm-6">
						<div class="media">
							<div class="media-body">
								<a style="text-decoration:none;" href="faq.php"><h3 class="media-heading">The Solution</h3></a>
								<p>Starting at just $19.95 per month RapidPay will automatically send money-producing voice payment reminders to all patients with small balances under $100 - rapidly and cost effectively.</p>
                                <span>Learn More</span>
							</div>
						</div>
					</div>
                    
                    <div class="clearfix"></div>
                    
                    </div>
                    
                    <div>
                    
                    <!--<div class="col-md-6 col-sm-6">
						<div class="media">
							<div class="media-object media-left wow fadeIn" data-wow-delay="0.4s">
								<a href="https://www.rapidpaysolutions.com/WhitePaper.pdf"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></a>

							</div>
							<div class="media-body wow fadeIn" data-wow-delay="0.3s">
								<a style="text-decoration:none;" href="https://www.rapidpaysolutions.com/WhitePaper.pdf"><h3 class="media-heading">The Dilemma-The Solution</h3></a>
								<p>Read White Paper <br>
                                A Cost Effective Rx for Collecting <br>
								Small Self-Pay Balances</p>
							</div>
						</div>
					</div>-->
                    
					<!--<div class="col-md-6 col-sm-6">
						<div class="media">
							<div class="media-object media-left wow fadeIn" data-wow-delay="0.8s">
								<a href="https://www.rapidpaysolutions.com/dev_new/contactus.php"><i class="fa fa-question-circle-o" aria-hidden="true"></i></a>

							</div>
							<div class="media-body wow fadeIn" data-wow-delay="0.6s">
								<a style="text-decoration:none;" href="https://www.rapidpaysolutions.com/dev_new/contactus.php"><h3 class="media-heading">Questions?</h3></a>
								<p>Call 800.279.3705 or</p>
								<p>Email [email protected]</p>
							</div>
						</div>
					</div>-->
                    
                    </div>
                    
				</div>
			</div>
		</div>
		<!-- end service -->

		<!-- start divider -->
		<!--<div id="divider">
			<div class="container">
				<div class="row">
					<div class="col-md-1 col-sm-1"></div>
					<div class="col-md-12 col-sm-12">
						<h2 class="wow bounce">Call Us today at 800.279.3705</h2>
                        <h3 class="wow fadeIn" data-wow-delay="0.6s">Already a Customer? <a style="color:#93ca3a;" href="login.php">Log In</a></h3>
					</div>
					<div class="col-md-2 col-sm-2"></div>
				</div>
			</div>
		</div>-->
		<!-- end divider -->

		<!-- start pricing -->
		<!--<div id="pricing" class="text-center">
			<div class="container">
				<div class="row">
					<div class="col-md-12 wow bounce">
						<h2 class="wow bounce">Choose a Plan</h2>
                        <h3 class="wow fadeIn" data-wow-delay="0.6s"><a style="color:#93ca3a;">Starting at just $19.95 per month</a></h3>
					</div>
					<div class="col-sm-6 col-md-4 wow fadeInLeft" data-wow-delay="0.6s">
						<div class="plan plan_one">
							<h4 class="plan_title">First Plan</h4>
							
								<p>For only $19.95 per month RapidPay will send up to 100 voice payment reminders to 25 patients.</p>
                                
                                <p><strong>That's only 80¢ per patient.</strong></p>
								
							
							<a  href="faq.php"><button class="btn btn-warning">Read More</button></a>
                            
						</div>
					</div>
					<div class="col-sm-6 col-md-4 wow fadeInUp" data-wow-delay="0.9s">
						<div class="plan plan_two">
							<h4 class="plan_title">Second Plan</h4>
							<p>For only $29.95 per month RapidPay will send up to 200 voice payment reminders to 50 patients.</p>
                                
                            <p><strong>That's only 60¢ per patient.</strong></p>
                            
							<a  href="faq.php"><button class="btn btn-warning">Read More</button></a>
						</div>
					</div>
					
					<div class="col-sm-6 col-md-4 wow fadeInRight" data-wow-delay="1.3s">
						<div class="plan plan_four">
							<h4 class="plan_title">Third Plan</h4>
							<p>For only $39.95 per month RapidPay will send up to 300 voice payment reminders to 75 patients.</p>
                                
                            <p><strong>That's only 53¢ per patient.</strong></p>
                            
							<a  href="faq.php"><button class="btn btn-warning">Read More</button></a>
						</div>
					</div>
				</div>
			</div>
		</div>-->
		<!-- end pricing -->

		<!-- start free trial -->
	
		<!-- end free trial -->
		
		<!-- start footer -->
        <!-- BEGIN: Constant Contact Email List Form Button --><div align="center"><a href="https://visitor.r20.constantcontact.com/d.jsp?llr=6pc99fvab&amp;p=oi&amp;m=1122256095741&amp;sit=d7mzol4jb&amp;f=a39a63bc-5ca1-47db-93b7-88814df223e7" class="button" style="background-color:#e8e8e8;border:solid 1px #5b5b5b;color:#5b5b5b;display:inline-block;padding: 8px 10px;text-shadow:none;">Sign Up Now</a><!-- BEGIN: Email Marketing you can trust --><div id="ctct_button_footer" align="center" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;margin-top: 10px;">For Email Newsletters you can trust.</div></div>
            
		<footer>
			<div class="container">
				<div class="row">
					<div class="col-md-12 col-sm-12">
						<p style="text-align:center;">Copyright © 2017 RapidPay Solutions, LLC</p>
					</div>				
				</div>
			</div>
		</footer>
		<!-- end footer -->


		<!-- jQuery -->
		<script src="js/jquery.js"></script>
		<!-- bootstrap -->
		<script src="js/bootstrap.min.js"></script>
		<!-- isotope -->
		<script src="js/isotope.js"></script>
		<!-- images loaded -->
   		<script src="js/imagesloaded.min.js"></script>
   		<!-- wow -->
		<script src="js/wow.min.js"></script>
		<!-- smoothScroll -->
		<script src="js/smoothscroll.js"></script>
		<!-- jquery flexslider -->
		<script src="js/jquery.flexslider.js"></script>
		<!-- custom -->
		<script src="js/custom.js"></script>
<!--        <script type="text/javascript">
    document.getElementById("cplane").onclick = function () {
        location.href = "www.yoursite.com";
    };
</script>-->
		
    <!-- Login popup start-->

    <div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">

	<div class="modal-dialog">

    	<div class="modal-content">

      		<div class="modal-header login_modal_header">

        		<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>

        		<h2 class="modal-title" id="myModalLabel">Start Your 30 days FREE Trial</h2>

      		</div>

      		<div class="modal-body login-modal">

      			

      			
				<form action="indexx.php" method="post">
      			<div id="social-icons-conatainer">
					
	        		<div class="modal-body-left">

	        			<div class="form-group">
							<input type="hidden" id="emailstatus" name="emailstatus" value="" />
		              		<input type="text" id="rpsemail" name="rpsemail" placeholder="Email" class="form-control login-field"  value="" >

		            	</div>

		            	<div class="form-group">

		            	  	<input type="text" id="rpscfemail" name="rpscfemail" placeholder="Confirm Email" value="" class="form-control login-field">

		            	</div>
                        
                        <div class="form-group">

		            	  	<input type="password" id="rpspword" name="rpspword" placeholder="Password" value="" class="form-control login-field">

		            	</div>
                        
                        <div class="form-group">

		            	  	<input type="password" id="rpscfpword" name="rpscfpword" placeholder="Confirm Password" value="" class="form-control login-field">

		            	</div>
                        
                        <div class="form-group">

		            	  	<input type="text" id="rpspromo" name="rpspromo" placeholder="Promo Code" value="" class="form-control login-field">

		            	</div>



		            	<!--<a href="#" class="btn btn-success modal-login-btn">Continue</a>-->
                        <button class="btn btn-success modal-login-btn"  id="continue" type="submit">Continue </button>
						<input type="hidden" name="rapidpay_result" id="rapidpay" value=""><br />	        		</div>



	        		
			
	        	</div>																												
				</form>
        		<div class="clearfix"></div>

      		</div>

      		<div class="clearfix"></div>

      		<div class="modal-footer login_modal_footer">

      		</div>

    	</div>

  	</div>

</div>

      <!-- Login popup End-->

	</body>
</html>                               

Alan adının whois bilgisi

Domain Name: RPSBS.COM
Registry Domain ID: 1647175634_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-25T18:02:25Z
Creation Date: 2011-03-24T15:00:39Z
Registry Expiry Date: 2026-03-24T15:00:39Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS69.DOMAINCONTROL.COM
Name Server: NS70.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T19:21: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