Page 1 of 1

Problem with canonical url

Posted: 24 Feb 2014, 23:53
by worknmn
Joomla 3.2.1, Phoca Guestbook 3.0.1
Joomla generate canonical tag sach as

Code: Select all

<link href="http://***.ru/otzyvy?view=guestbook&cid=13" rel="canonical" />
It's happend becouse not exist file router.php
From last version(2.0.7) need change 'id' to 'cid'. After it, router.php start to work and joomla remove canonical tag.
Sorry for my English.

Re: Problem with canonical url

Posted: 27 Feb 2014, 18:06
by Jan
Hi, what you exactly mean with "change id to cid"?

Jan

Re: Problem with canonical url

Posted: 18 Mar 2014, 15:29
by worknmn
I change:

$menuItem->query['id'] to $menuItem->query['cid']
$query['id'] to $query['cid']
$vars['id'] to $vars['cid']

Router file - sagip.ru/downloads/router.zip

Put it to /components/com_phocaguestbook

Re: Problem with canonical url

Posted: 20 Mar 2014, 12:56
by Jan
Hi, thank you for the information, as I read it in joomla forum, etc., it seems the canonical feature does not work correctly in Joomla! yet, I will wait to Joomla! 3 stable LTS so I hope this will be Ok.

Thank you for the info.

Jan