【发布时间】:2014-06-23 16:06:46
【问题描述】:
我开发了一个扩展,它大量使用 REST 数据源,并且在typo3 DB 中没有本地表。不,众所周知,这些 url 并不是真正人类可读的。
所以我现在想做的是:
在我的根目录中,我有一个包含我的插件的页面,我希望有一个这样的 url 结构:
www.example.com/category-title-1/seo-friendly-poduct-name.html
对不同url部分的一些解释:
[category-title-1] => This is a dynamic part from the Webservice and i don't know them in advance
[seo-friendly-poduct-name] => This comes from the Webservice to.
[.html] => filename ending
我阅读了很多 RealUrl 并看到了一些关于查找表等的内容。 但是因为我没有本地查找表,所以我不能使用它。
希望的 url 结构通常可以实现吗?
有人可以尝试解释实现这一目标的最佳方法吗?
【问题讨论】:
标签: typo3 extbase typo3-6.1.x realurl