我使用的Joomla版本26年1月5日
其實我的問題是,當我在菜單事件中使用別名顯示的文章,我得到這個消息:的Joomla - 菜單使用鏈接的URL顯示第
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地址來使用我的菜單事件的鏈接文章URL。因爲當我手動打開瀏覽器中的LINK url來顯示文章時,它的工作
它可以改變ALIAS成爲菜單配置中的LINK文章URL?
或mybe有人可以幫我找出那是錯誤消息當我使用別名地址.. :)
非常感謝您的幫助,,,
嗨,你的問題有點令人困惑,你能否用一些例子來說明它?當你得到上述錯誤時,什麼是網址?你希望你的鏈接如何? – jonasfh
在菜單myMenu(在管理員Joomla網站)我們有鏈接和別名屬性。鏈接屬性的值是:'index.php?option = com_content&view = article&id = 26'和Alias:'my-articles' 在瀏覽器中(我的Joomla網站),當我點擊菜單myMenu時,它會轉到myjoomla.com/ my-articles.html',我得到了上面的錯誤。當我嘗試使用鏈接屬性來打開像這樣的文章'myjoomla.com/index.php?option = com_content&view = article&id = 26'它的工作。 所以如果可能的話,我想使用LINK URL打開我的joomla網站的文章。 – user2419303