重置 symfonyrouting.yml 文件中全局设置的路由后缀
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在路线末尾添加一个句号即可
Just add a full stop at the end of the route