joomla sef仅在某些页面上打破了URL

时间:2012-10-05 15:56:39

标签: joomla joomla-extensions sef joomla-sef-urls

我在Joomla 2.5.7和组件K2 2.5.7中遇到SEF URL问题。 关闭SEF的链接看起来像:

index.php?option=com_content&view=article&id=1&Itemid=262

用SEF看起来像:

index.php/stavebnici

这是完美的!

但是这个网站上的另一页:

index.php?option=com_k2&view=itemlist&task=user&id=2424:adamajana

在SEF上看起来像:

index.php/component/k2/itemlist/user/2424-adamajana

我的问题是:为什么第一个剥离了大部分的视图和选项而另一个是那样的?你有没有见过这些问题,你知道如何修复它们吗?非常感谢你的回答!

1 个答案:

答案 0 :(得分:1)

  

为什么?

参见George Wilson的评论。

  

如何修复它(拥有不错的SEF网址)?

在我看来,你可以:

  • 为该特定文章创建一个菜单项。
  • 使用像sh404SEF这样的扩展程序。