realurl prevar语言并获得参数

时间:2017-06-14 19:59:51

标签: typo3 realurl

我有一个奇怪的问题: TYPO3 7.6 with realul 2.2.1

我有一个带有表单的页面。表单的一个字段通过get-parameter(sysid = xxxxx)预先填充。

该网站是多语言:德语 - > 0,英语 - > 1,通过prevars映射''和en。

当我通过www.domain.tld / form-page /?sysid = xxxxx调用页面时,我可以获取get参数并填写该字段。

当我通过www.domain.tld / en / form-page /?sysid = xxxxx调用该页面时,我得到了404.那是因为www.domain.tld / en / form-page / works没有任何问题。

我尝试了几种设置(例如从chash生成中排除sysid)但没有任何效果。

任何提示我能做什么?

另外一个注意事项:在TYPO3中不生成getvar链接,通过条形码调用。

2 个答案:

答案 0 :(得分:0)

I cannot reproduce your problem on the same versions of T3 and realurl. And I guess (wild guess), it is not a realurl problem, but a TYPO3-core problem. Could you try calling the page via: www.domain.tld/index.php?id=XX&L=1&sysid=xxxxx

Furthermore investigate and tell us your settings of [FE][pageNotFound_handling] and according (installtool/LocalConfiguration).

答案 1 :(得分:0)

没关系。发生错误,因为我移动到live后没有调整域的realurl设置。因此,自动配置发生了,但没有奏效。使用手动配置它可以工作。