Thread
:
How To Redirect A Site ?
View Single Post
03-14-2003, 02:45 PM
k-rad-bob
Registered User
Join Date: Oct 2002
Posts: 11
if you have php enabled you can go:
PHP Code:
<?php header
(
"Location: forumdir/index.php"
);
?>
k-rad-bob
View Public Profile
Visit k-rad-bob's homepage!
Find More Posts by k-rad-bob