HEX
Server: Apache
System: Linux server7 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64
User: k8148-2 (1324)
PHP: 8.1.34
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec
Upload Files
File: /var/www/k8148-2/htdocs/www.sport-roth.at/wp-content/themes/old_daniel/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Daniel
 */

get_header();
?>

	<div id="primary" class="content-area htpage-padding page-not-found-wrap">
		<main id="main" class="site-main">

			<div class="ht-container">
				<div class="ht-row">
					
					<div class="ht-col-md-12 ht-col-xs-12">
						<div class="pnf-inner-wrap">
			                <div class="pnf-inner">

			                	<h1><?php echo esc_html('404','daniel'); ?></h1>
			                   	<h2><?php echo esc_html('PAGE NOT FOUND','daniel'); ?></h2>
			                   	<p><?php echo esc_html('The page you are looking for does not exist or has been moved.'); ?> </p>
			                    <a href="<?php echo esc_url( home_url('/') ); ?>" class="btn">
			                    	<?php
				                    	echo esc_html('Go back to Home Page' , 'daniel');
			                    	?>
			                    </a>

			                </div>
		                </div>
					</div>

				</div>
			</div>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php
get_footer();