Gaundefined 0 11/08/2011 07:53 AM (edited) Честно слово, юзал поиск, но нашел решение только для версии 2.3.х :D Как сделать так, чтобы портал открывался не по адресу домен/index.php?app=portal, а просто по адресу домен? Edited November 8, 2011 by Gaundefined Share this post Link to post Share on other sites
GeoLik 42 11/08/2011 09:42 AM Ну и какое решение для 2.х? Share this post Link to post Share on other sites
Gaundefined 0 11/08/2011 10:46 AM http://ipbskins.ru/forum/topic3140.html Проблема вся в том, что у мне в index.php совсем другое содержимое:<?php /** * <pre> * Invision Power Services * IP.Board v3.1.4 * Main public executable wrapper. * Set-up and load module to run * Last Updated: $Date: 2010-10-05 11:57:32 -0400 (Tue, 05 Oct 2010) $ * </pre> * * @author $Author: matt $ * @copyright (c) 2001 - 2009 Invision Power Services, Inc. * @license http://www.invisionpower.com/community/board/license.html * @package IP.Board * @link http://www.invisionpower.com * @version $Rev: 6944 $ * */ define( 'IPB_THIS_SCRIPT', 'public' ); require_once( './initdata.php' ); require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' ); require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' ); ipsController::run(); exit(); Share this post Link to post Share on other sites
Gaundefined 0 11/08/2011 11:27 AM Все, проблема решена. Share this post Link to post Share on other sites
Ph-A 395 11/08/2011 11:49 AM Проблема вся в том, что у мне в index.php совсем другое содержимое:http://ipbskins.ru/forum/topic7777.html/page__p__50895#entry50895 Share this post Link to post Share on other sites