realurl 拼写错误 3
我正在开发一个用typo3 制作的网站。我正在做别人制作的网站的一部分,所以我对typo3不太了解。
该网站使用 realurl 将 url 转换为可读的 URL。我怎样才能制作一个真实的网址?例如,当我制作索引页面时,没有为此页面制作 realurl。我怎样才能生成一个?
I'm working on a website that is made in typo3. I'm doing a part of the website that is made by somebody else, so I don't know that much of typo3.
This website uses realurl to translate the url to a readable one. How can I make a realurl? When I make like for example the index page there is no realurl made for this page. How could I generate one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先查看realurl的手册:
http://typo3.org/extensions/repository/view/realurl/当前/
http://typo3.org/documentation/document -library/extension-manuals/realurl/1.10.2/view/
检查是否通过 TypoScript 启用了 RealUrl。
检查是否使用 TYPO3 API / TypoScript 生成链接。
使用 RealUrl 配置器
http://typo3.org/extensions/repository/view/cbrealurl/当前/
First of all, check the manual of realurl :
http://typo3.org/extensions/repository/view/realurl/current/
http://typo3.org/documentation/document-library/extension-manuals/realurl/1.10.2/view/
Check if RealUrl is enabled via TypoScript.
Check if links are generated with TYPO3 API / TypoScript.
Use RealUrl configurators
http://typo3.org/extensions/repository/view/cbrealurl/current/
Dmitry 获得了有关 RealURL 的更多相关教程:
当您使其使用默认配置并理解以下部分的含义时,RealURL 将非常容易理解:'init', “preVars”、“postVarSets”、“pagePath”、“fixedPostVars”和“fileName”。
Dmitry got more relevant tutorials about RealURL:
RealURL will be very easy to understand when you'll make it work with default configuration and understand the meaning of parts: 'init', 'preVars', 'postVarSets', 'pagePath', 'fixedPostVars' and 'fileName'.
复制我的配置
设置中的打字稿:
在文件 localconf.php
转到分机管理器,找到分机 realurl 并添加以下配置
选中启用自动配置
自动配置文件格式中选择Serializable
检查启用 devLog
我等待可以帮助某人
Copy my configuration
typoscript in setup:
In file localconf.php
go to ext manager, find the ext realurl and add the following configurations
check Enable automatic configuration
select Serializable in Automatic configuration file format
check Enable devLog
I wait to can help somebody