/home3/bmscom/apps.theaffluentman.com/admin/index.php
<?php
// Redirect to login page
header('Location: login.php');
exit;
?>