HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/primepress/404.php
<?php get_header(); ?>
	<div id="primary">
		<div class="entry">
		<h1 class="page-title">Oops! Page Not Found (Error 404)</h1>
			<div class="entry-content">
				<p>Oops... sorry! For one reason or another the <strong>page</strong> you are looking for could not be found and its probably not your fault. It might be:</p>
				<ul>
					<li>A mis-typed URL</li>
					<li>An out-of-date or a faulty referral from another site</li> 
					<li>Or an old page that has been deleted or moved</li>
				</ul> 
				<p>You could maybe visit the <a href="<?php bloginfo('url'); ?>">Home Page</a> to start fresh or try the search.</p>
				<?php include (TEMPLATEPATH . "/searchform.php"); ?>
			</div>
		</div>
	</div><!--#primary-->
	
<?php get_sidebar(); ?>

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