View Single Post
Old 04-10-2006, 16:26   #647
Enuff
Guest
 
Posts: n/a
Re: [Merged] Promote your own website

Quote:
Originally Posted by Zeph View Post
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
Zeph you are a star! Thanks it works
  Reply With Quote