Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 成功登录后,在设置';pageNotFound#u处理';打字错误3 7.6版_Typo3_Http Status Code 404 - Fatal编程技术网

Typo3 成功登录后,在设置';pageNotFound#u处理';打字错误3 7.6版

Typo3 成功登录后,在设置';pageNotFound#u处理';打字错误3 7.6版,typo3,http-status-code-404,Typo3,Http Status Code 404,如果我成功登录,重定向的url如下 domain.com/abc/xyz 在哪里 abc=我的页面名 xyz=我的自定义扩展名的我的操作名称 404=404页面名称 当我设置404页面时,如下所示 $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] = 404 然后在成功登录后,它将重定向到404错误页面,它应该像之前一样重定向,即domain.com/abc/xyz不是404页面,它将重定向到404页面,因为可能是您的url

如果我成功登录,重定向的url如下

domain.com/abc/xyz

在哪里 abc=我的页面名

xyz=我的自定义扩展名的我的操作名称

404=404页面名称

当我设置404页面时,如下所示

$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] =  404

然后在成功登录后,它将重定向到404错误页面,它应该像之前一样重定向,即domain.com/abc/xyz不是404页面,它将重定向到404页面,因为可能是您的url
domain.com/abc/xyz
在您的域中找不到


成功登录后,您可以使用页面
abc
Login form plugin
中选择
重定向到页面
选项,您的自定义扩展插件在此页面(abc)上使用。

您是否激活了.htaccess文件?您可能没有realurl或htaccess文件处于活动状态(活动意味着在点u.htaccess->.htaccess之前删除下划线)。