Notice: Trying to access array offset on value of type null in /var/www/colorilla/data/www/httpstatuscodes.info/users/boot.php on line 88
ppbc sunucusunun yanıtını ve yönlendirmelerini kontrol edin

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 - ppbc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Server: openresty/1.27.1.2
Date: Thu, 22 May 2025 01:18:41 GMT
Content-Type: text/html
Content-Length: 175
Connection: keep-alive
Location: https://PARKWAYPLACE.CHURCH/
server: Fly/f5a9cf807 (2025-05-21)
date: Thu, 22 May 2025 01:20:59 GMT
content-type: text/html; charset=UTF-8
content-length: 0
via: 2 fly.io, 2 fly.io
fly-request-id: 01JVTS8K74211R82PQCMGY8E41-cdg
location: https://www.parkwayplace.church/
expires: Thu, 22 May 2025 01:25:59 GMT
cache-control: max-age=300
x-tcc-fly-region: cdg
x-tcc-proxy: dynamic
x-tcc-cache-status: MISS
x-tcc-key: httpGETparkwayplace.church/
server: Fly/f5a9cf807 (2025-05-08)
date: Thu, 22 May 2025 01:21:00 GMT
content-type: text/html; charset=UTF-8
x-tcc-key: httpGETwww.parkwayplace.church/
x-tcc-cache-status: MISS
link: <https://www.parkwayplace.church/wp-json/>; rel="https://api.w.org/", <https://www.parkwayplace.church/>; rel=shortlink
expires: Thu, 22 May 2025 01:26:00 GMT
cache-control: max-age=300
x-tcc-fly-region: arn
x-tcc-proxy: dynamic
via: 2 fly.io, 2 fly.io
fly-request-id: 01JVTS8KXZSHVQD4YKW1THF1Q0-arn

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: ppbc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!DOCTYPE html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--><head> <meta charset="utf-8"> <title>Parkway Place</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.parkwayplace.church/xmlrpc.php"> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com'/><link rel='dns-prefetch' href='//parkwayplace.thechurchco.com'/><link rel='dns-prefetch' href='//s.w.org'/><link rel='dns-prefetch' href='//thechurchco-production.s3.amazonaws.com'/> <script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.parkwayplace.church\/wp-includes\/js\/wp-emoji.js?ver=2.8.0","twemoji":"https:\/\/www.parkwayplace.church\/wp-includes\/js\/twemoji.js?ver=2.8.0"}};
			( function( window, document, settings ) {
	var src, ready, ii, tests;

	/*
	 * Create a canvas element for testing native browser support
	 * of emoji.
	 */
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Check if two sets of Emoji characters render the same.
	 *
	 * @param set1 array Set of Emoji characters.
	 * @param set2 array Set of Emoji characters.
	 * @returns {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( set1, set2 ) {
		var stringFromCharCode = String.fromCharCode;

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
		var rendered1 = canvas.toDataURL();

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
		var rendered2 = canvas.toDataURL();

		return rendered1 === rendered2;
	}

	/**
	 * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
	 * made of two characters, so some browsers (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @param type {String} Whether to test for support of "flag" or "emoji".
	 * @return {Boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var isIdentical;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55356, 56826, 55356, 56819 ],
					[ 55356, 56826, 8203, 55356, 56819 ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather an five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ],
					[ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ]
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Emoji 5 has fairies of all genders.
				 *
				 * To test for support, try to render a new emoji (fairy, male), then compares
				 * it to how it would look if the browser doesn't render it correctly
				 * (fairy + male sign).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55358, 56794, 8205, 9794, 65039 ],
					[ 55358, 56794, 8203, 9794, 65039 ]
				);
				return ! isIdentical;
		}

		return false;
	}

	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );
		</script> <style type="text/css">img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important;}</style><link rel='stylesheet' id='thechurchco-theme-css' href='https://www.parkwayplace.church/wp-content/themes/church/assets/css/site.css?ver=1.8.7' type='text/css' media='all'/><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/jquery/jquery.js?ver=1.12.4'></script><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script><script type='text/javascript' src='https://www.parkwayplace.church/wp-content/themes/church/assets/js/vendor/modernizr-2.6.2.min.js?ver=2.6.2'></script><link rel='https://api.w.org/' href='https://www.parkwayplace.church/wp-json/'/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.parkwayplace.church/xmlrpc.php?rsd"/><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.parkwayplace.church/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="THECHURCHCO 2.8.0"><link rel='shortlink' href='https://www.parkwayplace.church/'/><link rel="alternate" type="application/json+oembed" href="https://www.parkwayplace.church/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.parkwayplace.church%2F"/><link rel="alternate" type="text/xml+oembed" href="https://www.parkwayplace.church/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.parkwayplace.church%2F&#038;format=xml"/><link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,700,300' rel='stylesheet' type='text/css'><link rel="stylesheet" id="thechurchco-customizer-css" href="/api/v1/branding.css?v=1.29" type="text/css" media="all"/><meta name="robots" content="noodp"/><meta property="og:title" content="Parkway Place"><meta property="og:url" content="https://www.parkwayplace.church/"><meta property="og:site_name" content="Parkway Place"><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Parkway Place"/><link rel="canonical" href="https://www.parkwayplace.church/"/> <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','//www.google-analytics.com/analytics.js','ga');

			// This Site
						
			
			// Global Tracking
			ga('create', "UA-73740581-4", {'name':'global'});
			ga('global.send', 'pageview');

		</script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XH16RT9B1H"></script> <script>
		window.dataLayer = window.dataLayer || [];
		function gtag(){dataLayer.push(arguments);}
		gtag('js', new Date());
		gtag('config', 'G-XH16RT9B1H',{'groups':'globaltracking'});
				</script> <script>

        var thechurchcoRecaptchas = [];

        // Recaptcha: Ninja
        var thechurchcoRecaptchaOnLoadCallback = function(){

            var $ = jQuery;
            var recaptchas = {};
            var rID = 0; 

            // Get All Ninja Forms

            $('.ninja-forms-cont').each(function(index){
                
                

                rID++;

                // Scope Form
                var $form = $(this);
                var form_id = $form.context.id+'_'+rID;

                // Tracking
                var tracking = $form.closest('[data-form-tracker]').attr('data-form-tracker');
               
                // Create Container
                var $container = $('<div class="field-wrap" data-tcc-google-recaptcha><div id="'+form_id+'_recaptcha">---RECAPTCHA---</div></div>');

                // Get Submit
                var $submitWrap = $form.find('.submit-wrap');

                // Check if we are in an Iframe or not.
                // Recaptchas don't work well in iFrames so we aren't going to use them.
                if ( self !== top ) {
                    // We need to pass the recaptcha check though so lets fake an answer.
                    var $fakeRecapcha = $('<input type="hidden" name="g-recaptcha-response" value="bypassrecaptcha" />');
                    $fakeRecapcha.insertBefore($submitWrap);
                    return;
                }


                // Insert
                $container.insertBefore($submitWrap)

                // Convert to ReCaptcha
                var wigdet = grecaptcha.render(form_id+'_recaptcha', {
                    'sitekey' : '6LdOFbYUAAAAANCAQ3n-0fCDwDEKpbUTRDCM1QBt',
                });

                thechurchcoRecaptchas.push(wigdet);

                // Clear Captcha on Submit
                $submitWrap.find('[type="submit"]').on('click',function(e){

                    // Track
                    var args = { 'send_to': 'globaltracking' }
                    if(tracking) {
                        gtag('event', tracking, {});
                        gtag('event', tracking, args);
                    }


                    // Reset
                    setTimeout(function(){
                        for(var i=0; i < thechurchcoRecaptchas.length; i++){
                            grecaptcha.reset(thechurchcoRecaptchas[i]);
                        }
                    },5000);
                })

            });

            // Signup Form.
            // if(window.Signup) window.Signup.setupGoogleRecaptcha();

        }

    </script> <link rel="icon" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2024/01/cropped-PPC-Isolated-Monoline-1-32x32.png" sizes="32x32"/><link rel="icon" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2024/01/cropped-PPC-Isolated-Monoline-1-192x192.png" sizes="192x192"/><link rel="apple-touch-icon-precomposed" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2024/01/cropped-PPC-Isolated-Monoline-1-180x180.png"/><meta name="msapplication-TileImage" content="https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2024/01/cropped-PPC-Isolated-Monoline-1-270x270.png"/> <style type="text/css" id="wp-custom-css"> @media (min-width:1606px) {header .header-video-embed, header .header-video-embed iframe{ margin-top: 4%; min-width: 100%; min-height: 100vw;}} </style> </head><body class="home page-template-default page page-id-7 thechurchco-default thechurchco-theme-church"><main class="tcc-main-content"> <div class="top-bar navigation-display-transparent "> <div class="top-bar-container"> <nav class="primary"> <ul id="menu-main-menu-1" class="menu-primary"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-50"><a href="https://www.parkwayplace.church/our-mission-purposes/">Mission &amp; Purposes</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-399"><a href="https://www.parkwayplace.church/what-we-believe/">What We Believe</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-408"><a href="https://www.parkwayplace.church/meet-our-staff/">Parkway Place Staff</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-509"><a href="https://www.parkwayplace.church/prayer-request/">Prayer Request</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49"><a href="#contact">Contact</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-502"><a href="https://www.parkwayplace.church/where-to-begin/">Where Do I Begin</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-692"><a href="https://www.parkwayplace.church/t-first-visit/">First Visit</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-499"><a href="https://www.parkwayplace.church/t-first-class-discover-ppbc/">First Class: Discover Parkway Place</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-498"><a href="https://www.parkwayplace.church/t-know-jesus/">Know Jesus?</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-566"><a href="https://www.parkwayplace.church/baptism/">Baptism</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-496"><a href="https://www.parkwayplace.church/serve/">Places to Serve</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-380"><a href="https://www.parkwayplace.church/ministries/">Ministries</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-381"><a href="https://www.parkwayplace.church/childrens-ministry/">Children</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-383"><a href="https://www.parkwayplace.church/students/">Students</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-382"><a href="https://www.parkwayplace.church/adults-2/">Adults</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-643"><a href="https://www.parkwayplace.church/choir-2/">Worship Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://www.parkwayplace.church/womens-ministry/">Women&#8217;s Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://www.parkwayplace.church/mens-ministry/">Men&#8217;s Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-497"><a href="https://www.parkwayplace.church/t-membership/">Become A Member</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-501"><a href="https://www.parkwayplace.church/on-mission/">Missions</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-130"><a href="https://www.parkwayplace.church/events/">Events</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-710"><a href="https://www.parkwayplace.church/birthday-party-ministry/">Birthday Party</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-711"><a href="https://www.parkwayplace.church/events/">Upcoming Events</a></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-508"><a href="#">Media</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-503"><a href="https://www.parkwayplace.church/live/">Livestream</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.parkwayplace.church/give/">Give</a></li></ul> </nav> <nav class="mobile"> <ul id="menu-main-menu-2" class="menu-mobile"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-50"><a href="https://www.parkwayplace.church/our-mission-purposes/">Mission &amp; Purposes</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-399"><a href="https://www.parkwayplace.church/what-we-believe/">What We Believe</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-408"><a href="https://www.parkwayplace.church/meet-our-staff/">Parkway Place Staff</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-509"><a href="https://www.parkwayplace.church/prayer-request/">Prayer Request</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49"><a href="#contact">Contact</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-502"><a href="https://www.parkwayplace.church/where-to-begin/">Where Do I Begin</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-692"><a href="https://www.parkwayplace.church/t-first-visit/">First Visit</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-499"><a href="https://www.parkwayplace.church/t-first-class-discover-ppbc/">First Class: Discover Parkway Place</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-498"><a href="https://www.parkwayplace.church/t-know-jesus/">Know Jesus?</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-566"><a href="https://www.parkwayplace.church/baptism/">Baptism</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-496"><a href="https://www.parkwayplace.church/serve/">Places to Serve</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-380"><a href="https://www.parkwayplace.church/ministries/">Ministries</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-381"><a href="https://www.parkwayplace.church/childrens-ministry/">Children</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-383"><a href="https://www.parkwayplace.church/students/">Students</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-382"><a href="https://www.parkwayplace.church/adults-2/">Adults</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-643"><a href="https://www.parkwayplace.church/choir-2/">Worship Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://www.parkwayplace.church/womens-ministry/">Women&#8217;s Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://www.parkwayplace.church/mens-ministry/">Men&#8217;s Ministry</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-497"><a href="https://www.parkwayplace.church/t-membership/">Become A Member</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-501"><a href="https://www.parkwayplace.church/on-mission/">Missions</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-130"><a href="https://www.parkwayplace.church/events/">Events</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-710"><a href="https://www.parkwayplace.church/birthday-party-ministry/">Birthday Party</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-711"><a href="https://www.parkwayplace.church/events/">Upcoming Events</a></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-508"><a href="#">Media</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-503"><a href="https://www.parkwayplace.church/live/">Livestream</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.parkwayplace.church/give/">Give</a></li></ul> <div class="menu-mobile-handle-container"> <span class="menu-mobile-handle-top"></span> <span class="menu-mobile-handle-middle"></span> <span class="menu-mobile-handle-bottom"></span> </div> </nav> </div></div> <header class="default imagebg hide-video-mobile tint -align-center imagebg" style="background-image:url(https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2023/08/Student1-1688x1125.jpeg);"> <div class="container"> <div class="header-content"> <h1 class="header-title long-text">Parkway Place</h1> <h3 class="header-subtitle">A Place To Belong</h3> <nav class="header-buttons"> <a href="#times" class="button-primary single-line" >Plan a Visit</a> <a href="https://www.parkwayplace.church/live/" class="button-primary single-line" >Watch Online</a> </nav> </div> </div> <div class="header-video-embed"> <iframe title="Parkway Home Page Video FFFFinal" src="https://player.vimeo.com/video/902363958?h=9917e7694f&amp;app_id=122963?autoplay=1&loop=1&background=1&muted=1&playsinline=1" width="426" height="240" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media"></iframe> </div> <TCCAnnouncements site="https://www.parkwayplace.church" theme="default" pid="7" time="6000"> </TCCAnnouncements> </header> <section class="row basic-row lightbg -align-default " > <div class="container"> <h3 class="row-title " >Developing fully devoted followers of Jesus Christ.</h3><div class="row-text " ><p>Grow. Reach. Serve. Worship.</p></div> <div class="row-buttons "> <a href="https://www.parkwayplace.church/our-mission-purposes/" class="button-primary single-line" ><span class="text">More About Us</span></a> </div> </div> </section><section class="row imageblocktwo-row layout-smartcolumns type-circle secondbg -align-default -no-defaults " > <div class="container"> <div class="row-content"> <div class="column-item column-item-image column-three shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.parkwayplace.church/t-first-visit/" > <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2023/08/361596538_665135378980169_860052238432863930_n-e1705729667788-800x800.jpg" alt="New Here?" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <h6 class="column-item-title">New Here?</h6> <div class="column-item-text"><p>We would always love to have you join our family! Learn what to expect when you visit.</p></div> <div class="column-item-buttons"> <a href="https://www.parkwayplace.church/t-first-visit/" class="button-outlined single-line" > <span class="text">Plan A Visit</span></a> </div> </div>  </div> <div class="column-item column-item-image column-three shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.parkwayplace.church/live/" > <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2022/02/nicolas-lb-uVSyr0EUaLY-unsplash-800x800.jpeg" alt="Church Online" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <h6 class="column-item-title">Church Online</h6> <div class="column-item-text"><p>Can&#8217;t join us in person?<br/>Don&#8217;t worry.<br/>Join us online from wherever you are.</p></div> <div class="column-item-buttons"> <a href="https://www.parkwayplace.church/live/" class="button-outlined single-line" > <span class="text">Watch Here</span></a> </div> </div>  </div> <div class="column-item column-item-image column-three shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.parkwayplace.church/ministries/" > <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2023/08/men-800x800.jpeg" alt="Get Involved" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <h6 class="column-item-title">Get Involved</h6> <div class="column-item-text"><p>Our Ministries are the life-blood of our church. Find life-giving community and get involved.</p></div> <div class="column-item-buttons"> <a href="https://www.parkwayplace.church/ministries/" class="button-outlined single-line" > <span class="text">Learn More</span></a> </div> </div>  </div> <div class="column-item column-item-image column-three shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.parkwayplace.church/give/" > <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2023/08/mic-narra-RA3f0b26qwE-unsplash-800x800.jpg" alt="Giving" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <h6 class="column-item-title">Giving</h6> <div class="column-item-text"><p>Giving online is safe and easy. To give online, click on the link below. Thank you for your generosity!</p></div> <div class="column-item-buttons"> <a href="https://www.parkwayplace.church/give/" class="button-outlined single-line" > <span class="text">Learn More</span></a> </div> </div>  </div> </div> </div> </section><section id="times" class="row service-times-row lightbg -align-default " > <div class="container"> <h3 class="row-title " >Worship With Us!</h3> <h4 class="row-subtitle">300 Parkway Place Drive Little Rock, AR 72211</h4> <div class="row-text " ><p>We love gathering together as a Church to worship. But we also have the option to join in via livestream if you are unable to join us in person.</p></div> <div class="row-buttons "> <a href="https://www.google.com/maps/place/300%20Parkway%20Place%20Drive,%20Little%20Rock,%20AR%2072211,%20USA/@34.7516487,-92.4281843,17z" class="button-outlined single-line" target="_blank"><span class="text">Get Directions</span></a> <a href="https://www.parkwayplace.church/live/" class="button-outlined single-line" ><span class="text">Watch Online</span></a> </div> <div class="row-content service-times"> <div class="service column-four"> <p class="service-icon"><span class="icon-clock"></span></p> <h5>Connect Groups / Bible Study</h5> <h6>Sunday</h6> <p class="service-time"> <span class="time">9:15AM</span> </p></div> <div class="service column-four"> <p class="service-icon"><span class="icon-clock"></span></p> <h5>Worship Service</h5> <h6>Sunday</h6> <p class="service-time"> <span class="time">10:30AM</span> </p></div> <div class="service column-four"> <p class="service-icon"><span class="icon-clock"></span></p> <h5>Midweek Bible Study</h5> <h6>Wednesday</h6> <p class="service-time"> <span class="time">6:00PM</span> </p></div> </div> </div> </section><section class="row quote-row imagebg scroll tint-imagebg -align-default " style="background-image:url(https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2023/08/adults.jpeg);"> <div class="container"> <div class="quote-wrap"> <blockquote > <div class=" ">The co-existence of the divinity and the humanity of Jesus at the same time means He is both a God Enthroned and a God that is Near.</div> </blockquote> <div class="source " >We are glad you are here.</div> </div></div> </section><section class="row events-row darkbg -align-default " > <div class="container"> <h3 class="row-title " >Upcoming Events</h3> <div class="row-buttons "> <a href="https://www.parkwayplace.church/events/" class="button-outlined single-line" ><span class="text">See More</span></a> </div> <div class="row-content"> <article class="card column-twelve events"> <a href="https://www.parkwayplace.church/event/vbs-2025-true-north/"> <div class="image"> <img alt="Featured Image" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2025/03/Truenorth-Logo.jpg" loading="lazy"> </div> <div class="content"> <h6>VBS 2025 TRUE NORTH</h6> <p class="event-date">June 8 - 12 6:00 pm</p> </div> </a></article> </div> </div> </section><section class="row imageblocktwo-row layout-columns type-circle lightbg -align-default " > <div class="container"> <h3 class="row-title " >Connect With Us</h3><div class="row-text " ><p>Follow us on social media to stay connected with us throughout the week.</p></div> <div class="row-content"> <div class="column-item column-item-image bythree shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.facebook.com/parkwayplacechurch/" target="1"> <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2022/08/40.png" alt="" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <div class="column-item-buttons"> </div> </div>  </div> <div class="column-item column-item-image bythree shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.instagram.com/parkwayplacechurch" target="1"> <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2022/08/41.png" alt="" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <div class="column-item-buttons"> </div> </div>  </div> <div class="column-item column-item-image bythree shape-circle align-default" > <div class="column-item-image-container"> <a href="https://www.youtube.com/parkwayplacebaptistchurch/streams" target="1"> <img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/6650/2022/08/43.png" alt="" loading="lazy"/> </a> </div>  <div class="column-item-text-container"> <div class="column-item-buttons"> </div> </div>  </div> </div> </div> </section><section class="row basic-row secondbg -align-default -last-row " > <div class="container"> <h3 class="row-title " >Get In Touch</h3><div class="row-text " ><p>We'd love to hear from you! Contact us below and our team will be in touch with you!</p></div> <div class="row-buttons "> <a href="https://www.parkwayplace.church/contact/" class="button-outlined single-line" ><span class="text">Contact Us</span></a> </div> </div> </section> <footer class="default row icon-columns-row" id="contact"> <div class="container"> <div class="divider"></div> <div class="contact-wrap"> <div class="row-column column-three"> <a href="mailto:info@parkwayplace.church" aria-label="Contact us via email"> <span class="icon icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact us via email</span> </a> <h6>Email</h6> <p><a href="mailto:info@parkwayplace.church">info@parkwayplace.church</a></p> </div> <div class="row-column column-three"> <a href="tel:501-224-3003" aria-label="Call us at 501-224-3003"> <span class="icon icon-phone" aria-hidden="true"></span> <span class="sr-only">Call us at 501-224-3003</span> </a> <h6>Call</h6> <p><a href="tel:501-224-3003">501-224-3003</a></p> </div> <div class="row-column column-three"> <a href="https://www.google.com/maps/place/300 Parkway Place Drive, Little Rock, AR 72211, USA/@34.7516487,-92.4281843,17z" target="_blank" aria-label="View map of our location"> <span class="icon icon-location" aria-hidden="true"></span> <span class="sr-only">View map of our location</span> </a> <h6>Find Us</h6> <p><a href="https://www.google.com/maps/place/300 Parkway Place Drive, Little Rock, AR 72211, USA/@34.7516487,-92.4281843,17z" target="_blank">300 Parkway Place Drive Little Rock, AR 72211</a></p> </div> <div class="row-column column-three"> <a href="https://www.parkwayplace.church/give/" target="_blank" aria-label="Give online"> <span class="icon icon-credit-card" aria-hidden="true"></span> <span class="sr-only">Give online</span> </a> <h6>Giving</h6> <p><a href="https://www.parkwayplace.church/give/" target="_blank">Give Online</a></p> </div> </div> <div class="divider"></div> <div class="social"> <a target="_blank" href="https://www.facebook.com/parkwayplacechurch/"><span class="icon-facebook"></span></a> <a target="_blank" href="https://www.instagram.com/parkwayplacechurch"><span class="icon-instagram"></span></a> <a target="_blank" href="https://www.youtube.com/parkwayplacebaptistchurch"><span class="icon-play"></span></a> </div> <div class="copyright">&copy; 2025 </div> <div class="footer-nav"> </nav> </div> <div class="rep-platform"><a target="_blank" href="https://thechurchco.com/?utm_source=v1site&utm_medium=www.parkwayplace.church&utm_campaign=footer&utm_id=footer">The Church Co</a></div> </footer> <script>
		function nativePostMessage(action, data){
			if (!window.parent) return;
			var customData = { action, data };
			window.parent.postMessage(JSON.parse(JSON.stringify(customData)), '*')
		}

		var TCCBroadcastResize = function(){setTimeout(function(){if(!window.parent) return;window.parent.postMessage(JSON.parse(JSON.stringify({action:'RESIZE_PARENT',data: {height: document.documentElement.offsetHeight,origin: window.location.href}})), '*')},250)}
		document.addEventListener("DOMContentLoaded", function(){TCCBroadcastResize();});
		function inIframe(){
			try {
				return window.self !== window.top;
			} catch (e) {
				return true;
			}
		}

		// Some embeds aren't part of web components we need to resize on an interval
		if(inIframe()){

			// On Load
			nativePostMessage('RESIZE_PARENT', {height: document.documentElement.offsetHeight,origin: window.location.href})
			
			// Every Three Seconds
			setInterval(function(){nativePostMessage('RESIZE_PARENT', {height: document.documentElement.offsetHeight,origin: window.location.href})},3000)
			
		}


		</script> <script src="https://www.google.com/recaptcha/api.js?onload=thechurchcoRecaptchaOnLoadCallback&render=explicit" async defer></script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js?ver=1.4.1'></script><script type='text/javascript' src='https://www.parkwayplace.church/wp-content/themes/church/assets/js/plugins/idangerous.swiper.js?ver=1.0.0'></script><script type='text/javascript' src='https://www.parkwayplace.church/wp-content/themes/church/assets/js/bundle.min.js?ver=1.0.0'></script><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/wp-embed.js?ver=tcc2.8.0'></script> </main></body></html>
<!--compressed, size saved 11.69%. From 43295 bytes, now 38235 bytes-->                               

Alan adının whois bilgisi

Domain Name: PPBC.COM
Registry Domain ID: 1517259_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2025-05-01T07:17:08Z
Creation Date: 1998-07-01T04:00:00Z
Registry Expiry Date: 2026-06-30T04:00:00Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: domain.operations@web.com
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS10.WORLDNIC.COM
Name Server: NS9.WORLDNIC.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T01:20:41Z <<<
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