typo3 news realurl overwriteDemand

时间:2015-04-24 12:12:16

标签: typo3 fluid realurl

我正在使用Typo3 7.1 + Fluid(最新集成7.1),我对这个最新版本很新。

添加了新闻插件(tx_news)并使用了分类。类别是左侧菜单,位于新闻列表页面和新闻详细信息页面。

我的网址看起来像这样,

http://domain.com/de/sample/?tx_news_pi1%5BoverwriteDemand%5D%5Bcategories%5D=5&cHash=8aa8fd1fb7a5e47165a4e4acca3125e9

我不知道我在哪里做错了,我只想要这样的网址,http://domain.com/de/sample/

当有人解释时,它真的很有帮助。提前谢谢。

urltoolconf_realurl.php中的我的Typoscript设置是,

for x in [0, 1, -1]:
    if x > 0:
        val = x

1 个答案:

答案 0 :(得分:2)

尝试添加

'fixedPostVars' => array(
...
                '35' => 'newsDetailConfiguration', #change you id page with news detail plugin
                '79' => 'newsTagConfiguration', # change you id page with news tag plugin if need
                #'69' => 'newsCategoryConfiguration', # change you id page with news category plugin
),