【问题标题】:realurl config for tt_news in TYPO3 6.2TYPO3 6.2 中 tt_news 的 realurl 配置
【发布时间】:2015-04-24 00:24:39
【问题描述】:

对于 TYPO3 6.2,我无法为 tt_news 设置真正的 URL。我使用引导程序包 6.2.8、realurl 1.12.8 和 tt_news 3.6.0。 我得到网址:

.../blog/articol.html?tx_ttnews[tt_news]=11&cHash=d92d53eafcb2e8c331829520e053c3c7

应该是:

.../blog/articol/title/

我尝试添加版本 4.5.32 中使用的配置,但没有任何改变。 关于我应该如何解决它的任何线索?

【问题讨论】:

    标签: typo3-6.2.x realurl tt-news


    【解决方案1】:
    1. 在扩展配置中检查 realurlconf.php 或 real_urlconf.php 配置文件的路径

    2. 添加'noMatch' => 'bypass'

      'preVars' => 数组( 大批( 'GETvar' => 'no_cache', 'valueMap' => 数组( 'no_cache' => 1, ), 'noMatch' => '绕过', ),

    我也错过了一天!

     array('GETvar' => 'tx_ttnews[day]' ,
            'noMatch' => 'bypass',),
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-06
      • 1970-01-01
      相关资源
      最近更新 更多