<?php ob_start(); header("Location: http://location here where your visitors will land.com"); //without a trailing slash ob_end_flush(); ?>