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/manage-issue-based-magazine/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/manage-issue-based-magazine/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found)
 * 
 * @package Manage Issue Based Magazine
 * @author PurpleMAD
 * @link http://www.purplemad.ca/
 * @copyright Copyright (C) 2015  PurpleMAD
 * @license http://www.gnu.org/licenses/quick-guide-gplv3.html  GNU Public License
*/

get_header(); ?>
<!-- 404 section -->
 <div class="container">
    <section class="about-section page-not">
      <div class="title-area">
        <div class="page-not-found text-center">
            <i class="fa fa-warning fa-2x"></i>
        	<span><?php _e( '404' , 'mim-issue' ); ?></span>
        </div>
        <p class="section-sub-text"><?php _e( 'Sorry, It appears the page you were looking for does not exist anymore or might have been moved.</br>Would you like to go to  <a href="' .site_url().  '">homepage</a> instead?' , 'mim-issue' );?></p>
     	</div>      
    </section>
</div>
<!-- 404 section end -->
<?php get_footer(); ?>

Al-HUWAITI Shell