重置 symfonyrouting.yml 文件中全局设置的路由后缀

发布于 2024-09-26 20:02:28 字数 190 浏览 0 评论 0原文


我正在使用 Symfony 1.3,但遇到以下问题:
我需要这种格式的网址 www.domain.com/folder (无后缀),但是应用程序将默认后缀设置为 .html
有没有办法覆盖routing.yml文件中的全局后缀?我可以使用 mod_rewrite 但我希望此链接能够在不依赖非应用程序资源的情况下工作。

谢谢

I am using Symfony 1.3 and I have the following problem:
I need a url in this format www.domain.com/folder (no suffix) however the application sets the default suffix to be .html
Is there a way to override the global suffix in the routing.yml file? I could use mod_rewrite but I would like this link to be able to work without relying on a non-app resource.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强者自强 2024-10-03 20:02:28

只需在路线末尾添加一个句号即可

Just add a full stop at the end of the route

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文