TemKa_SD Posted November 6, 2018 Share Posted November 6, 2018 Здравствуйте. Добавляю в модуль ссылку вида: \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? то всё в порядке, и ЧПУ срабатывает. Как пофиксить? Link to comment Share on other sites More sharing options...
newbie Posted November 7, 2018 Share Posted November 7, 2018 \IPS\Http\Url::internal( 'app=wc3&module=games&controller=runningGames', 'front', 'wc3_runningGames' ) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now