I'm probably doing something wrong, but for some reason i cant get that to work
i have this URI :
endirectdujardin.bol-d-air.net/l-astuce-du-chef
which is a caterory/blog menu entry
I have configured it in tag meta table as such :
CREATE TABLE IF NOT EXISTS `jos_tagmeta` (
`id` int(11) NOT NULL auto_increment,
`uri` varchar(255) NOT NULL default '',
`title` varchar(255) default NULL,
`description` varchar(255) default NULL,
`keywords` varchar(255) default NULL,
`rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `idxuri` (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
INSERT INTO `jos_tagmeta` (`id`, `uri`, `title`, `description`, `keywords`, `rindex`, `rfollow`, `rsnippet`, `rarchive`, `rodp`, `ordering`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, '/l-astuce-du-chef', 'Les astuces cuisine du chef Marc Veyrat', 'Le chef Marc Veyrat partage ses trucs et astuces cuisine pour bien cuisiner les aliments naturels et biologiques', 'Astuces cuisine, trucs cuisine, alimentation bio, astuces marc veyrat, cuisine marc veyrat, cuisiner comme un chef, produits naturels, produits bio, cuisiner produits bio, idées cuisine, recettes, fruits biologiques, légumes biologiques, fruits et légumes', 1, 1, 1, 2, 2, 1, 1, 0, '0000-00-00 00:00:00');
You can see the plugin parameters in the attached image file
I emptied the site cache, purged the cache file
I'm
not using sh404SEF
And still i can't get it to work.. Title/descriptions/keywords are not replaced..
A hint would be helpful. Thanks in advance
Le immagini di questo Forum sono invisibili ai visitatori. Prego accedi o registrati per visualizzarli.