Redirect Home page

onedmc

New member
Joined
Oct 4, 2005
Messages
1
Is it possible to redirect the home page to a sub-directory in direct admin.

Thanks

Dave
 
Create an index.php and use the following code...

Code:
<?php

   header("Location: [url]http://www.example.com/some_directory[/url]");

?>

I believe that would solve your problem, othetwise search the forum for the iFrame-redirect plugin that (I think) John from DA wrote.

Regards,
Onno Vrijburg
 
Back
Top