hyperlink - Link to detail page of tt_news is not updated -
i edited title of news:
old link:
www.domain.com/news/article/some-article-name.html
new link:
www.domain.com/news/article/test.html
now wanted change title url this
www.domain.com/news/article/some-article-name.html
but still old url:
www.domain.com/news/article/test.html
i generate link tt_news detail page follows:
$typolink_conf = array( "title" => '', "atagparams" =>'', "no_cache" => 0, "parameter" => 25, "additionalparams" => '&tx_ttnews[tt_news]=' . $data['uid'], "usecachehash" => 0 ); $link = $this->cobj->typolink_url($typolink_conf); $link = $globals['tsfe']->tmpl->setup['config.']['baseurl'] . $link;
i tried clear caches, clear cache real_url , on. i'm doing wrong?
that must cache problem. did delete unique aliases tt_news?
go to:
web -> info -> realurl management -> show: unique aliases -> tt_news
and delete or specific news list.
Comments
Post a Comment