HEX
Server: LiteSpeed
System: Linux standart103.isimtescil.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: byildiz (11197)
PHP: 8.2.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/byildiz.com.tr/httpdocs/wp-content/plugins/simply-static/views/redirect.php
<!DOCTYPE html>
<html>
	<head>
		<title><?php _e( 'Redirecting...', 'simply-static' ); ?></title>
		<meta http-equiv="refresh" content="0;url=<?php echo $this->redirect_url; ?>">
	</head>
	<body>
		<script type="text/javascript">
			window.location = "<?php echo $this->redirect_url; ?>";
		</script>

		<p><?php echo sprintf( __( "You are being redirected to %s", 'simply-static' ), '<a href="' . $this->redirect_url . '">' . $this->redirect_url . '</a>' ); ?></p>
	</body>
</html>