【发布时间】:2014-06-02 18:54:07
【问题描述】:
我使用 joomla 1.5.26 版
实际上我的问题是当我在菜单事件中使用别名来显示文章时,我收到了这条消息:
Not Found
The requested URL /my-articles.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
所以我想更改 url 地址以将 LINK 文章 url 用于我的菜单事件。因为当我在浏览器中手动打开该 LINK url 以显示文章时,它是有效的
是否可以在菜单配置中将 ALIAS 更改为 LINK 文章 url?
或者当我使用别名地址时,有人可以帮助我找出错误消息.. :)
非常感谢您的帮助,,,
【问题讨论】:
-
您好,您的问题有点令人困惑,您能举几个例子来说明一下吗?当您收到上述错误时,网址是什么?你希望你的链接是什么样的?
-
在菜单 myMenu(在管理员 Joomla 网站中)我们有 Link 和 Alias 属性。 Link 属性的值是:
index.php?option=com_content&view=article&id=26和别名:my-articles在浏览器(我的 Joomla 网站)中,当我单击菜单 myMenu 时,它转到myjoomla.com/my-articles.html,我得到了上面的错误。当我尝试使用 Link 属性打开像myjoomla.com/index.php?option=com_content&view=article&id=26这样的文章时,它的工作。所以如果可能的话,我想使用 LINK url 在我的 joomla 网站上打开文章。
标签: joomla