HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //var/www/html/pmw24/pmw_live_testing/wp-content/themes/PunjabMotor/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package WordPress
 * @subpackage Punjab_Motor
 * @since Punjab Motor 1.0s
 */
get_header(); ?>
<div class="inner_body">
	<div class="container">
	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

			<section class="error-404 not-found text-center">
				
					<h2 style="text-align:center;">404, Page not found</h2>
					<p style="text-align:center;">The Page you are looking for doesn't exist or an other error occurred.</p>
					<a class="btn btn-success" href="<?php esc_url( bloginfo('home')); ?>">GO BACK TO THE HOMEPAGE</a>
				
				<?php /*?><header class="page-header">
					<h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'ComtechPlus' ); ?></h1>
				</header><!-- .page-header -->

				<div class="page-content">
					<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'ComtechPlus' ); ?></p>

					<?php get_search_form(); ?>
				</div><!-- .page-content --><?php */?>
			</section><!-- .error-404 -->

		</main><!-- .site-main -->

		<?php //get_sidebar( 'content-bottom' ); ?>

	</div><!-- .content-area -->

<?php //get_sidebar(); ?>
	</div>
</div>
<?php get_footer(); ?>