Joomla 1.5 SEF Qcontacts 不工作
我正在使用 joomla 网站,并安装了一个名为 qcontacts 的组件。它工作得很好,但是当我在 joomla 中启用 sef 时,我得到:
站点中的所有其他菜单在使用 com_content 启用 seo 的情况下都能正常工作,问题仅出在 qcontancts 上。有什么建议吗?
I am working with a joomla site and I installed a component named qcontacts. It works perfectly, but when I enable sef in joomla I get:
All the other menus in the site work properly with seo enabled with com_content, the problem is only with qcontancts. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我实际上从“components/com_content/router.php”中注释掉了以下几行
,一切似乎都与 sef 一起正常工作。我不确定我是否做了正确的事情或者未来是否有任何副作用。但目前看来一切正常。
i actualy commented out from "components/com_content/router.php" the following lines
and everything seems to be working fine with sef. I am not sure if i did the correct thing or if i have any sideefects in the futre. But for now everything seems to be working.