Quote:
Originally Posted by nhawk
The problem is you don't have anything in your home directory telling browsers where to go.
Create an index.php file and put this code in it...
PHP Code:
<?php
header("Location: http://www.xpower-racing.com/forum/forum.php");
exit;
?>
Save it to your home directory, which is what shows now when you go to http://www.xpower-racing.com
|
nhamk - you are an absolute saviour. Thankyou for helping me out - much appreciated.