Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/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
Content management system 找不到TYPO3 4.7入门_Content Management System_Typo3 - Fatal编程技术网

Content management system 找不到TYPO3 4.7入门

Content management system 找不到TYPO3 4.7入门,content-management-system,typo3,Content Management System,Typo3,嗨,我开始使用TYPO3 4.7,安装后我遇到了一个问题: 在此网站上找不到请求的URL/public/typo3/get start/ 服务器 我已经激活了mod_rewrite重新启动的apache,并尝试启用/禁用真实url。。问题总是一样的。 我不知道我是要做一个页面还是一个模板。我想知道为什么在安装后我看不到本地主机的索引。 为什么? 有人能帮我吗?我想你的.htaccess有点问题。也许你需要换个房间 RewriteBase /public/typo3/ 要确定问题出在哪里,您可以

嗨,我开始使用TYPO3 4.7,安装后我遇到了一个问题:

在此网站上找不到请求的URL/public/typo3/get start/ 服务器

我已经激活了mod_rewrite重新启动的apache,并尝试启用/禁用真实url。。问题总是一样的。 我不知道我是要做一个页面还是一个模板。我想知道为什么在安装后我看不到本地主机的索引。 为什么?
有人能帮我吗?

我想你的.htaccess有点问题。也许你需要换个房间

RewriteBase /public/typo3/
要确定问题出在哪里,您可以检查特定页面的请求是否有效:(对不起,我不知道是否有id为5的页面。您可以在后端看到它们,或者尝试一些数字)


在我的.htaccess中没有RewriteBase,我将这一行放在RewriteBase/public/typo3/index.php?id=75中,但在指向:/public/typo3/test/(插入的页面名称)后,我的浏览器无法工作当我转到public/typo3/It时,它指向主页的快捷目标,进入编辑模式,我想,也不指向RewriteBase,我想,但找不到页面,如果我将其写入浏览器工作:public/typo3/index.php?id=75在这种情况下,rewrite base必须是
typo3//code>(可能带有前导斜杠
/
)。禁用realurl后,您必须清除缓存以重新启动前端。我有更改。htaccess禁用realurl清除缓存,但什么都没有。。未找到对我的索引的任何更改。我试过重写base:typo3/index.php?id=75和public/typo3/index.php?id=75等,但都没有相同的错误,我不明白为什么
/public/typo3/index.php?id=5