Hi,
i'm trying to activate SEO functionality on my site, doing the following steps:
1) Search Engine Friendly URLs: YES
2) Use Apache mod_rewrite: YES
3) rename htaccess.txt into .htaccess
4) activate mod_rewrite module in apache configuration
All is working perfect, except for menu items of type "external links".
I'm using these menu types when i need to open some internal links that needs more extra parameters passed via URL (GET).
It seems that SEF is mangling wrong these type of menu items.
To see the wrong behaviour go on my
test site
and click the "Contatti" menu item.
To see the correct beahviour go on my
production site
(actually SEO is diabled) and click on the same menu item.
Is there a way to solve this issue on menu items of type external links?
If no, is possible to disable SEF only for some menu_items?