I have started from scratch with new Joomla and fresh FLEXIcontent. Its been several years - so what am I missing?
My page SEF URL is:
/expertise
When I click on the preview button in administrator its not going to the correct URL:
/content_page/english/expertise/expertise?lang=en&preview=2
This URL content seems to match the:
/templates/articles/category_items.php
As a result the design doesn't match the frontend menu link.
Switching off SEF the preview works:
index.php?option=com_flexicontent&view=item&cid=11:expertise&id=4:expertise&Itemid=117&lang=en&preview=2
2. I have set article to 'Route to FC item view' but doesn't make a difference:
3. If I set it Remove IDs from URLs - it seems to go away:
BUT::
/iam/content_page/item/4-expertise
<link href="http://localhost/iam/content_page/item/4-expertise" rel="canonical" />
/expertise
<link href="http://localhost/iam/expertise" rel="canonical" />
Now I have 2 URLS with the same canonical.
Any ideas?