如何为 typo3 中的特定页面提供动态用户友好 url?

How to give dynamic user friendly url to specific page in typo3?

我是TYPO3的初学者

如何生成或定义类似于其他 PHP 框架(例如 Laravel、Codeignitor 等)的路由

例如。目前我可以看到这样的 URL : "http:///localhost/typo3/index.php?id=3"

但是如果我想让这个 URL 客户喜欢 "http:///localhost/typo3/index/3".

如有任何帮助,我们将不胜感激。

扩展 RealURL 是在 TYPO3 中重写 URL 的最常见解决方案。

您会在 Internet 上找到大量文档和大量片段,描述如何实施和配置它。