<?php if ($_SERVER['HTTP_HOST'] == 'bimba.tk') { header('Location: programs/Bimba/index.html', true, 303); die(); } readfile("index.html"); ?>