O onedmc New member Joined Oct 4, 2005 Messages 1 Oct 4, 2005 #1 Is it possible to redirect the home page to a sub-directory in direct admin. Thanks Dave
R resolveit Verified User Joined Mar 22, 2004 Messages 757 Oct 4, 2005 #2 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
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