HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/entr/404.php
<?php get_header(); ?>
<div class="row">
	<div class="envo-content col-md-<?php entr_main_content_width_columns(); ?>">
		<div class="error-template text-center">
			<h1><?php esc_html_e( 'Nothing here', 'entr' ); ?></h1>
			<p class="error-details">
				<?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'entr' ); ?>
			</p>
			<?php get_search_form(); ?>    
		</div>
	</div>
	<?php get_sidebar( 'right' ); ?>
</div>
<?php
get_footer();