Description:
I create a menu “mymenu” with structure:
Section 01
Category 01-01
Category 01-02
Section 02
Category 02-01
and so on…
It’s my main menu for the site.
I made “mainmenu” with several items from “mymenu” to use it with Mega Menu and Purity II template after that. Like this:
Alias of Section 01
Alias of Category 01-01
Alias of Category 02-01
My Joomla settings are:
SEO: Enable
mod_rewrite with .htaccess: Enable
add .html to an URL: Enable
Problem:
In Mega Menu links looks like:
http://www.samplesite.com/component/content/category/1.html?layout=blog
while it should be:
http://www.samplesite.com/food/fruits.html
What’s wrong? Any ideas, suggestions? I searched on the forum but with no luck.