TemKa_SD 9 11/06/2018 01:26 AM Здравствуйте. Добавляю в модуль ссылку вида: \IPS\Session::i()->setLocation( \IPS\Http\Url::internal( 'app=wc3&module=games&controller=runningGames', 'games', 'front' ), array(), 'loc_wc3_runningGames' ); В итоге, она появляется без index.php? и соответственно ведет на несуществующую страницу: http://prntscr.com/leu00pТоже самое и с функцией \IPS\Output::i()->breadcrumb[]. Если добавить index.php? то всё в порядке, и ЧПУ срабатывает. Как пофиксить? Share this post Link to post
newbie 1,722 11/07/2018 12:46 PM \IPS\Http\Url::internal( 'app=wc3&module=games&controller=runningGames', 'front', 'wc3_runningGames' ) Share this post Link to post