if you want to use a Short Url but don't want to Violate a Bizhat.com rule then use this php code in a page with a name index.php (note: there can't be any other pages with the name index)
Code:
<?php
header("location: PAGE NAME");
?>