Способом, который там описан не получается, так как я портал делал при помощи файла index.php, лежащего в Tools and Scripts в дистрибутиве форума со следующим содержимым:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><?
/**
* IPB 2.1.2 Portal Redirect file
*
* Simply forwards to the forum's portal
* RENAME THIS FILE TO "index.php" BEFORE
* USE
*/
/**
* EDIT THE CONSTANT BELOW TO SHOW THE URL to forum.
*
* Укажите полный URL вашего форума.
* Не добавляйте "/" или "index.php" в конце!
*/
# -----------------------------VVV Edit that bit there
define( 'IPB_URL', 'http://familyguyrussia.com/forums' );
#######################################################################################
#### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT ####
#######################################################################################
@header( "Location: ".preg_replace( "#/$#", "", IPB_URL ) ."/index.php?act=home", false, 301 );
exit();
?><!--c2--></div><!--ec2-->
То бишь получается следующее:
в корне сервака лежит портальный index.php
а в папке /forums/ сам форум со своим index.php
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><?
/**
* IPB 2.1.2 Portal Redirect file
*
* Simply forwards to the forum's portal
* RENAME THIS FILE TO "index.php" BEFORE
* USE
*/
/**
* EDIT THE CONSTANT BELOW TO SHOW THE URL to forum.
*
* Укажите полный URL вашего форума.
* Не добавляйте "/" или "index.php" в конце!
*/
# -----------------------------VVV Edit that bit there
define( 'IPB_URL', 'http://familyguyrussia.com/forums' );
#######################################################################################
#### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT ####
#######################################################################################
@header( "Location: ".preg_replace( "#/$#", "", IPB_URL ) ."/index.php?act=home", false, 301 );
exit();
?><!--c2--></div><!--ec2-->
То бишь получается следующее:
в корне сервака лежит портальный index.php
а в папке /forums/ сам форум со своим index.php