hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/nirvana/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/nirvana/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found)
 *
 * @package Cryout Creations
 * @subpackage nirvana
 * @since nirvana 0.5
 */

get_header(); ?>

	<div id="container" class="<?php echo nirvana_get_layout_class(); ?>">
	
		<div id="content" role="main">

			<div id="post-0" class="post error404 not-found">
				<h1 class="entry-title"><?php _e( 'Not Found', 'nirvana' ); ?></h1>
				<div class="entry-content">
					<div class="contentsearch">
					<p><?php _e( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', 'nirvana' ); ?></p>
					<?php get_search_form(); ?>
					</div>
				</div><!-- .entry-content -->
			</div><!-- #post-0 -->

		</div><!-- #content -->
		
		<?php nirvana_get_sidebar(); ?>
		
	</div><!-- #container -->
	
<?php get_footer(); ?>

Al-HUWAITI Shell