I used the code:
<?php
header("Location: /site"); // to redirect to /site directory
?>
It worked perfectly on XAMPP but Doen't go well for Bluehost since the host doesn't redirect to the page.
Any Help for fixing this? PS: Changing the path to another also doesn't helped me either.