Thread
:
[Merged] Promote your own website
View Single Post
04-10-2006, 16:26
#
647
Enuff
Guest
Posts: n/a
Re: [Merged] Promote your own website
Quote:
Originally Posted by
Zeph
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
Enuff