Quote:
Originally Posted by Dodger444
I know what your saying, But rip off?
You're right Zeph, i tried moving the whole contents of the forum to the root of the host server thinking it would all point to www.enuff.co.uk instead of www.enuff.co.uk/forum but it didnt work. as soon as i can find out how to point the forum direct, i'll do it.
Thanks
|
Create a new file called index.php in the root directory (delete all other index.* files) and put inside it
PHP Code:
<?php
header("location: /forum/");
?>
Should do the trick