index.php

<?php 
    if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS']))
    {
            $uri = 'https://';
    }
    else
    {
            $uri = 'http://';
    }
    $uri .= $_SERVER['HTTP_Host'];
    header('Location: '.$uri.'10.234.15.34/menu/');
    exit;
?>

<meta http-equiv="Refresh" content="0; URL=/menu/">

Komentar

Postingan populer dari blog ini

DLC Boot 2023 ISO V4.3 WinPE Windows 10-11 x86-x64 The Latest Update

Cara Membuat File Setup / Installer Aplikasi Sendiri dengan Inno Setup Compiler

Download Kumpulan Project & Source Code Visual Basic 6.0 dan VB Net