First, posted ticket#40 and resolved issue by updating Joomla version. Now Joomla 3.6.5.
1) In K2 plugin using Item Url pattern = {categoryAlias}/{itemAlias}. When using text hyperlinks contained in content, URL for those items displays "?task=" after item alias followed again by item alias except first and second word in alias separated by ":" instead of "-".
Like this: https://canadianlodges.com/manitoba-fishing-lodges/north-haven-resort?task=north:haven-resort
Should be: https://canadianlodges.com/manitoba-fishing-lodges/north-haven-resort
{category/Alias} token seems to be causing this because without that token, item alias displays properly in URL without category
Like this: https://canadianlodges.com/north-haven-resort.
In Global Config I have both 'Search Engine Friendly URLs' and 'Use URL Rewriting' ticked to YES. Is this correct?
2) Need instruction on how to create sitemap. I choose 'Sitemaps' from component menu then fill-in 'Title' and click save. When I open the sitemap. all I see are 4 URL's like this:
<?xml version="1.0" encoding="UTF-8"?>
-<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml&start=500</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml&start=1000</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/menus?format=xml</loc>
</sitemap>
</sitemapindex>
1) In K2 plugin using Item Url pattern = {categoryAlias}/{itemAlias}. When using text hyperlinks contained in content, URL for those items displays "?task=" after item alias followed again by item alias except first and second word in alias separated by ":" instead of "-".
Like this: https://canadianlodges.com/manitoba-fishing-lodges/north-haven-resort?task=north:haven-resort
Should be: https://canadianlodges.com/manitoba-fishing-lodges/north-haven-resort
{category/Alias} token seems to be causing this because without that token, item alias displays properly in URL without category
Like this: https://canadianlodges.com/north-haven-resort.
In Global Config I have both 'Search Engine Friendly URLs' and 'Use URL Rewriting' ticked to YES. Is this correct?
2) Need instruction on how to create sitemap. I choose 'Sitemaps' from component menu then fill-in 'Title' and click save. When I open the sitemap. all I see are 4 URL's like this:
<?xml version="1.0" encoding="UTF-8"?>
-<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml&start=500</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/k2?format=xml&start=1000</loc>
</sitemap>
-<sitemap>
<loc>https://canadianlodges.com/component/route66/sitemap/2/menus?format=xml</loc>
</sitemap>
</sitemapindex>