Hi all
I've got a number of categories, ie:
NEWS
--SUB CAT 1
----SUB CAT 2
Sub cat 1 and 2 inherit from NEWS
My site home page contains a list of all items and children from category NEWS
SEO is on
When I click on a news item from NEWS or from SUB CAT 1, the link looks something like this:
index.php/news/gaming/item/34-news-heading1&Itemid=101
This results in my page rendering correctly with all modules displaying on the news item page
However, when I click on a news item from a the last level (SUB CAT 2), the link looks like this:
index.php/component/k2/item/33-news-heading3&Itemid=101
Notice the difference in the link, ie: component/k2/item
The page now renders incorrectly, no modules are assigned to this page.
How can I get the sub category news links to be in the same format as the top and sub 1 level category, ie:
index.php/category1/sub-cat1/
??