【问题标题】:How to Remove main category from URL in K2 in Joomla 2.5如何在 Joomla 2.5 中从 K2 中的 URL 中删除主要类别
【发布时间】:2013-01-17 17:19:03
【问题描述】:

我有什么:Joomla 2.58,K2,sh404sef

问题:我想将 K2 主类别放在我的主页上,所以它显示了一些子类别的文件夹......但我不希望在 URL 中看到主类别。但应该看到所有其他类别。 怎么办?!

【问题讨论】:

  • 可能是 .htaccess 和 URL 重写的情况。

标签: php joomla joomla-extensions joomla-k2


【解决方案1】:

您是否可以选择菜单项的所有子类别而不是父项?

Remove directory from url htaccess apache

在 .htaccess 中:

Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /

RewriteRule ^((?!all-categories/).*)$ bar/$1 [NC,L]

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-03-16
    • 2013-09-27
    • 2015-10-02
    相关资源
    最近更新 更多