Play around in the Admin control panel..

Go to vBulletin Options :> Site Name / URL / Contact Details
Change some stuff there and this might fix it.

else you could also make a new folder like /redirect/ and put a index.php file in there with the following code:
Code: 
<?php
  header("Location:http://nightsharez.info/index.php");
?>
Then in the site url you put the nightsharez.info/redirect and everything should woek out!